增:nsert [into] <表名> (列名) values (列值)
【删除<满足条件的>行】
delete from <表名> [where <删除条件>]
3改
update <表名> set <列名=更新值> [where <更新条件>]
例:update tongxunlu set 年龄=18 where 姓名=‘蓝色小名’
4查
4.1``精确(条件)查询
select <列名> from <表名> [where <查询条件表达试>]
增:nsert [into] <表名> (列名) values (列值)
【删除<满足条件的>行】
delete from <表名> [where <删除条件>]
3改
update <表名> set <列名=更新值> [where <更新条件>]
例:update tongxunlu set 年龄=18 where 姓名=‘蓝色小名’
4查
4.1``精确(条件)查询
select <列名> from <表名> [where <查询条件表达试>]