题库 软件开发 题目列表 Mysql中,以下哪种删除sql命令是错误的?
单选题

Mysql中,以下哪种删除sql命令是错误的?

A.

Delete from table1 where status=2

B.

Delete from table1 a where a.status=2

C.

Delete a from table1 a where a.status=2

D.

truncate table table1

题目信息
校招真题
-
正确率
0
评论
26
点击