删除id为5的学生,对应的sql是:()from student where id = 5;

分类: 单选题 发布时间: 2024-01-20 20:41 浏览量: 1

删除id为5的学生,对应的sql是:()from student where id = 5;

A.drop table

B.delete *

C.drop column

D.delete

正确答案是D