adspace
Answer Posted / Vikas Chaudhary
Triggers are used in SQL to automatically enforce business rules and perform actions before or after an event (INSERT, UPDATE, or DELETE) occurs on a table. They help ensure data integrity and consistency.
| 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
what is collation? : Sql dba
Is primary key clustered index?
Is primary key always clustered index?
Is inner join faster than left join?
what are all the common sql function? : Sql dba
What is the current version of sql?
how to escape special characters in sql statements? : Sql dba
define sql insert statement ? : Sql dba
what is schema? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what is bcp? When does it used? : Sql dba
what is sql server agent? : Sql dba
Do we need to rebuild index after truncate?
What is the current version of postgresql?