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
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
Which provider is used to connect ms access, oracle, etc…?
How can we add relation between tables in a dataset?
What is difference between Dataview and Datatable?
Explain the difference in an abstract class and an interface?
What is the difference between sqlcommand and sqldataadapter?
Does dapper use ado.net?
What is the difference between ado.net and oledb?
What is the difference between typed and untyped dataset?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is row state?
What is execute reader in ado.net?
Define the executescalar method?
Difference between sqlcommand and sqlcommandbuilder?
What are the 3 major types of connection objects in ado.net?