Enabling or Disabling a database trigger

Q.  Can a database trigger be enabled or disabled?

- Published on 16 Jun 15

a. Yes
b. No

ANSWER: Yes
 
The triggers can be enabled or disabled by using the syntax enable trigger trigger_name on table_name; or disable trigger trigger_name on table_name;

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)