Home »
MCQs »
Oracle MCQs »
Oracle Trigger MCQs
A ____ statement cannot be used to change the trigger definition if the OR REPLACE parameter is specified
10. A ____ statement cannot be used to change the trigger definition if the OR REPLACE parameter is specified.
- DROP TRIGGER
- ADD TRIGGER
- REPLACE TRIGGER
- None
Answer: A) DROP TRIGGER
Explanation:
A DROP TRIGGER statement cannot be used to change the trigger definition if the OR REPLACE parameter is specified.