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;