DEVFYI - Developer Resource - FYI

The CHECK_THEATER trigger of the THEATER table has been disabled. Which command can you issue to enable this trigger?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

The CHECK_THEATER trigger of the THEATER table has been disabled. Which command can you issue to enable this trigger?

The CHECK_THEATER trigger of the THEATER table has been disabled. Which command can you issue to enable this trigger?
1. ALTER TRIGGER check_theater ENABLE;
2. ENABLE TRIGGER check_theater;
3. ALTER TABLE check_theater ENABLE check_theater;
4. ENABLE check_theater;

(Continued on next question...)

Other Interview Questions