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 $$ in sql?
Does varchar need length?
What is the most important ddl statements in sql are?
Is pl sql a programming language?
how many ways we can we find the current date using mysql? : Sql dba
What is varray in pl sql?
What does desc stand for?
what are the differences between char and varchar? : Sql dba
what is the stuff function and how does it differ from the replace function? : Sql dba
Are subqueries better than joins?
What is the difference between partitioning and sharding?
What is the difference between sql, mysql and sql server?
What is normalization sql?
Is sql injection illegal?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?