增加
insert ?into ?表明(列名,...,列名)values (對應(yīng)的值,...,對應(yīng)的值)
刪除
delete ?表名 ?where 列名 關(guān)系運算符(值)where(條件)
修改
update 表名 set 列名=值,...,列名=值 ? where(條件)
查詢
select(列名,(可以用*表示所有行)..,列名) where(條件)
增加
insert ?into ?表明(列名,...,列名)values (對應(yīng)的值,...,對應(yīng)的值)
刪除
delete ?表名 ?where 列名 關(guān)系運算符(值)where(條件)
修改
update 表名 set 列名=值,...,列名=值 ? where(條件)
查詢
select(列名,(可以用*表示所有行)..,列名) where(條件)