单项选择题
把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”
单项选择题 下面三条语句的执行结果为()
单项选择题 查看年龄为20的所有人的记录,SQL语句为()
单项选择题 删除CUSTOMERS 表中 CUSTID=5 的记录的语句为()