問題詳情

QUESTION 51You need to disable all triggers on the EMPLOYEES table.Which command accomplishes this?
(A)None of these commands; you cannot disable multiple triggers on a table in one command.
(B)ALTER TRIGGERS ON TABLE employees DISABLE;
(C)ALTER employees DISABLE ALL TRIGGERS;
(D)ALTER TABLE employees DISABLE ALL TRIGGERS;

參考答案

答案:D
難度:非常困難0
統計:A(0),B(0),C(1),D(0),E(0)