What are examples of triggers?



What are examples of triggers?..

Answer / Vikas Mohan

Examples of triggers in SQL Server include: An audit trigger that records changes to a table, an enforcer trigger that ensures data integrity rules, and a cascading update trigger that updates related tables when a record is inserted or updated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the advantages dts has over bcp?

1 Answers  


What is a view in sql?

0 Answers  


Which system tables contain information on privileges granted and privileges obtained

1 Answers  


Hi all, can any one please tell me the difference between sql server 2008 and orace 9i

1 Answers   HP,


How to rebuild indexes with alter index ... Rebuild?

1 Answers  


How to update values in a table with update statements in ms sql server?

1 Answers  


you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration

1 Answers  


What is a mutating table error and how can you get around it?

1 Answers  


Simple example for difference between select and cursor in sql

1 Answers  


What are the advantages of having an index on the sql server?

1 Answers  


WHAT OPERATOR PERFORMS PATTERN MATCHING?

2 Answers   CarrizalSoft Technologies, CTS,


How to insert data with null values?

1 Answers  


Categories