Answer Posted / roopesh kumar
A trigger is a DB object like proc. or func. stored in data
dictonary. It will fire implicitly with event on which it
written.
Main use of a trigger are
-- we can take backup of data.
-- Can be used for auditing purpose.
-- For applying complex bussiness rule.
Etc.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is an ado?
What is ole2 format?
What are different layers of ADO.Net?
Which is faster dataset or datareader?
What is difference between connected and disconnected architecture in ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What are the several execute methods of ado.net?
How to maintain the relation between two tables in ADO.NET?
What is ado.net and its architecture?
Some important instruction regarding ADO.NET connection string ?
What is dataset and datatable in ado.net?
How many major types of connection objects in ADO.NET?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is difference between datareader and dataadapter?
Is datareader faster than datatable?