QUESTION 51 You 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;

答案:登入後查看
統計: A(1), B(0), C(3), D(0), E(0) #912613