How does a trigger work?



How does a trigger work?..

Answer / Prabhat Yadav

A Trigger is a database object that automatically reacts to specific events in the database, such as inserting, updating, or deleting data. Triggers can be used to enforce business rules, maintain data consistency, and perform auditing tasks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is difference between stored procedures and application procedures,stored function and application function?

1 Answers  


What is the left table in sql?

1 Answers  


how to get the third quarter of employee details from emp?

2 Answers   CompuTech,


What is TABLE SPACE?

4 Answers   ABB, TCS,


how will be date change into string

4 Answers  


Do view contain data?

6 Answers   Ramco,


what are the differences between char and varchar? : Sql dba

1 Answers  


What is the use of sqldataadapter?

1 Answers  


What is trigger with example?

1 Answers  


what is union? : Sql dba

1 Answers  


What is trigger in pl sql with examples?

1 Answers  


How to set up sql*plus output format in oracle?

1 Answers  


Categories