SQL基礎語法

建立數據庫、數據表python – 建立數據庫 create database python_test_1 charset=utf8;mysql – 使用數據庫 use python_test_1;web – students表 create table students( -> id int unsigned primary key auto_increment not null, -> nam
相關文章
相關標籤/搜索