mysql數據庫基本結構命令

1.顯示當前主機中全部的數據庫名稱:web show databases; 2.switch 到某數據庫:sql use 數據庫名 3.建立表:數據庫 後面可接參數 primary key, auto_increment not null等 create table table_name( column1 type(size) primary key, column2 type(
相關文章
相關標籤/搜索