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
How many developers work on postgresql?
Define SQL and state the differences between SQL and other conventional programming Languages?
What are aggregate and scalar functions?
Why do we use sql constraints?
What is user in sql?
When do we use triggers?
What happens when a trigger is associated to a view?
What is bind variable in pl sql?
What does bitemporal mean?
What is cursor and why it is required?
What is varchar example?
Difference between table function and pipelined function?
Why sql query is slow?
How do I clear the screen in sql plus?
What does := mean in pl sql?