-->
当前位置:首页 > 题库

单选题:删除数据表student的代码是:

Luz4年前 (2022-09-07)题库672
删除数据表student的代码是:





A.
drop table student

B.
drop student

C.
drop database student

D.
drop view student



答案:A