更新多行:update XX set XX=XX where xx=xx (set和where联合更改某一行)
添加1行: insert into XX values
删除1行: delete from XX
子查询:where 和 in 联合
SQL语句
原文:http://www.cnblogs.com/hellochennan/p/6692403.html