What is a database trigger ? Name some usages of database
trigger ?
Answer Posted / swapnareddy
Database trigger is a stored procedure that invokes
automatically when a predefined event occurs.
The usage of database trigger is to audit the data modification.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what is meant by urlencode and urldocode? : Sql dba
How do you delete data from a table?
What is a database? Explain
What does fetching a cursor do?
What is sql architecture?
How do I make my sql query run faster?
Why is nosql good?
What is a database trigger?
What are the advantages of stored procedure?
How many types of tables are there?
Why is sql important?
How do you declare a variable in pl sql?
What is Collation Sensitivity ? What are the various type ?
What are the benefits of triggers?
Can we create index on primary key?