adspace
Answer Posted / Amit Kumar Attari
Triggers are SQL routines that automatically execute in response to specific events on a table. These events include INSERT, UPDATE, or DELETE operations. Triggers are useful for maintaining data integrity, enforcing business rules, and auditing changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how many tables will create when we create table, what are they? : Sql dba
Can we rollback truncate?
define sql insert statement ? : Sql dba
What is the current version of sql?
Is primary key always clustered index?
how to escape special characters in sql statements? : Sql dba
Does group by remove duplicates?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is collation? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is dbms? : Sql dba
What is the current version of postgresql?
Do we need to rebuild index after truncate?
Is inner join faster than left join?
Can delete statement be rollbacked?