You need to disable all triggers on the EMPLOYEES table. Which command accomplishes this?

A. ALTER TRIGGERS ON TABLE employees DISABLE;
B. None of these commands; you cannot disable multiple triggers on a table in one command.
C. ALTER TABLE employees DISABLE ALL TRIGGERS;
D. ALTER employees DISABLE ALL TRIGGERS;


Answer: C. ALTER TABLE employees DISABLE ALL TRIGGERS;

Computer Science & Information Technology

You might also like to view...

What is the easiest way to synch your phone wirelessly?

A) A cloud service B) Bluetooth C) A secure digital transmission D) HDMI

Computer Science & Information Technology

Most routers are shipped with a predefined SSID set by the manufacturer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Microsoft Office applications use a(n) ________ that consists of windows, dialog boxes, toolbars, icons, and menus?

A) operating systems B) work area C) graphical layout D) graphical user Interface

Computer Science & Information Technology

A view is defined by creating a defining ____________________, which indicates the rows and columns to include in the view.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology