adspace
Answer Posted / Shubham Saxena
A compound trigger is a PL/SQL construct that allows a single trigger to handle multiple events (like INSERT, UPDATE, DELETE) on the same table. It consists of multiple sub-blocks (BEFORE, AFTER, and INSTEAD OF) for different types of events.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is dbms? : Sql dba
what is bcp? When does it used? : Sql dba
Is primary key clustered index?
what is collation? : Sql dba
Do we need to rebuild index after truncate?
What is the best sql course?
define sql insert statement ? : Sql dba
Can we use distinct and group by together?
how to start mysql server? : Sql dba
what is schema? : Sql dba
Is inner join faster than left join?
Does group by remove duplicates?
What is the current version of sql?
what are aggregate and scalar functions? : Sql dba
How do I remove duplicates in two columns?