問題詳情

QUESTION 77You disabled all triggers on the EMPLOYEES table to perform a data load. Now, you need to enable all triggers on the EMPLOYEES table. Which command accomplished this?
(A)You cannot enable multiple triggers on a table in one command.
(B)ALTER TRIGGERS ON TABLE employees ENABLE;
(C)ALTER employees ENABLE ALL TRIGGERS;
(D)ALTER TABLE employees ENABLE ALL TRIGGERS;

參考答案

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