单项选择题

使用()语句可删除触发器trig_Test。 A.
DROP * FROM trig_Test B.
DROP trig_Test C.
DROP TRIGGER WHERE NAME='trig_Test' D.
DROP TRIGGER trig_Test