How many types of triggers are there in PL SQL?
In PL/SQL, there are two types of triggers:
- Row level triggers: Used to trigger an event once any changes are made in rows.
- Statement level trigger: It is used to trigger an event for each executed SQL statement.
BY Best Interview Question ON 30 Jan 2020