单项选择题

删除表数据应该使用哪种语句格式?()

A.delete from 表名 where 条件
B.delete table from 表名 where 条件
C.delete from table 表名 where 条件
D.delete * from 表名 where 条件