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 connection string?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What are all features of ADO.Net?
how we can fire event in databound coulm in datagfrid withot using button?
Which control of the BindingNavigator returns the current position within the data source?
How do you find the count of records in a dataset?
What is a datareader object?
What is ado.net full form?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Which object needs to be closed?
describe the dataset object in ado.net.
differance between ADO vs ADO.Net?
Explain how can we load multiple tables in to dataset?
What are the ado.net components?
How can we check that some changes have been made to dataset since it was loaded?