单项选择题
把user 表中凡是名字为’jack’的记录删除的语句为()
A. delete * from user where name=”jack”
B. drop from user where name=”jack”
C. alter from user where name=”jack”
D. delete user where name=”jack”
点击查看答案
相关考题
