单项选择题
A.delete from 表名 where 条件B.delete table from 表名 where 条件C.delete from table 表名 where 条件D.delete * from 表名 where 条件
A.update 表名into 列1=值1,列2=值2...where 条件B.update table 表名set 列1=值1,列2=值2...where 条件C.update 表名set 列1=值1,列2=值2...where 条件D.update table 表名into 列1=值1,列2=值2...where 条件
A.对事务进行处理B.是数据操作语言C.是指针控制语言D.进行授权与权限回收