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

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

A.drop table

B.delete *

C.drop column

D.delete

正确答案是D