单项选择题
删除经销商 1018 的数据记录的代码为 ( ) from distributors where distri_num=1018 A.
drop table B.
delete * C.
drop column D.
delete
点击查看答案&解析
