數據庫學習筆記--經常使用SQL語句

經常使用SQL語句 一、建立數據表 create table tablename(col1 type1 [not null] [primary key], col2 type [not null],...) 二、刪除數據表 drop table tablename 三、插入記錄 insert into tablename(field1,field2) values(value1,value2) 四
相關文章
相關標籤/搜索