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 do rank () and dense_rank () differ?
What is oracle and pl sql?
What kind of join is join?
what is sql server agent? : Sql dba
How do you copy a table in sql?
What is ttitle and btitle?
How much ram can sql express use?
What is a sql instance vs database?
Do foreign keys improve performance?
What is set serveroutput on in pl sql?
what is a database lock ? : Sql dba
What is a temp table?
How does postgresql compare to mysql?
what is msql? : Sql dba
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????