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
Explain ado.net features? Benefits? Drawbacks?
Do you use stored procedure in ado.net?
Explain how do you connect to sql server database without using sqlclient?
What is Data Provider?
How to create data relations?
What is the difference between ADO and ADO.Net?
Can datareader hold data from multiple tables?
What is commandbuilder in ado.net?
What is the difference between data reader and data adapter?
What are basic methods of dataadapter?
Define Execute Scalar?
What is ado.net and its architecture?
How can we load multiple tables in to dataset?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
differance between ADO vs ADO.Net?