what is a trigger? : Sql dba



what is a trigger? : Sql dba..

Answer / Santosh Kumar Bhart

A trigger in SQL is a special type of stored procedure that automatically executes in response to specific events (such as insert, update, or delete) on a table. Triggers help maintain data integrity and enforce business rules by executing predefined actions when those events occur.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is triggering circuit?

1 Answers  


What is difference between sql and mysql?

1 Answers  


Is sql better than excel?

1 Answers  


Why use subqueries instead of joins?

1 Answers  


What does inner join mean?

1 Answers  


define a variable representing the expression used to calculate on emps total annual remuneration.use the variable in a statement which finds all emps who can earn 30000 a year or more.

5 Answers  


What is a pl/sql block?

1 Answers  


What is difference between primary and secondary key?

1 Answers  


What is a null value?

1 Answers  


What is a CTE (Common Table Expression), and how is it different from a subquery?

3 Answers  


What are the different set operators available in sql?

1 Answers  


What is a database link?

3 Answers  


Categories