centos7:mysql數據庫(基本SQL語句---表操做)

表操做:     增:         #建立表             create table 表名(字段名 數據類型(長度));     刪         # 刪除表             drop table 表名;             drop table 表1,表2,表3;          改         #修改表名             alter table 原表名
相關文章
相關標籤/搜索