mysql--基礎(1)

create database 庫名;  創建數據庫 create database 庫名 set 編碼 drop database 庫名;  刪除數據庫 use 庫名;      使用數據庫 select database();  查看當前操作的數據庫   創建一張表 create table 表名( 字段名 類型(長度) [約束], 字段名 類型(長度) [約束], 字段名 類型(長度) [約
相關文章
相關標籤/搜索