单项选择题
使用()语句可删除触发器trig_Test。
A.
DROP * FROM trig_Test
B.
DROP trig_Test
C.
DROP TRIGGER WHERE NAME='trig_Test'
D.
DROP TRIGGER trig_Test
点击查看答案&解析
