单项选择题

删除person表中的字段interest,可以使用下面的()命令。

A.alter table person drop interest
B.alter table person delete interest
C.drop interest
D.delete interest