SQL (Structured Query Language) Question:
Download Job Interview Questions and Answers PDF
The CHECK_THEATER trigger of the THEATER table has been disabled. Which command can you issue to enable this trigger?
Answer:
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;
1. ALTER TRIGGER check_theater ENABLE;
2. ENABLE TRIGGER check_theater;
3. ALTER TABLE check_theater ENABLE check_theater;
4. ENABLE check_theater;
Download SQL Interview Questions And Answers
PDF
Previous Question | Next Question |
When invoking this procedure, you encounter the error? | Examine this function: |