Home »
MCQs »
Oracle MCQs »
Oracle Trigger MCQs
What are the parameters in the Oracle BEFORE INSERT/UPDATE/DELETE trigger statement?
7. What are the parameters in the Oracle BEFORE INSERT/UPDATE/DELETE trigger statement?
- OR REPLACE
- Trigger_name
- Table_name
- All of the above
Answer: D) All of the above
Explanation:
The parameters in the Oracle BEFORE INSERT/UPDATE/DELETE trigger statement are OR REPLACE, trigger_name and table_name.