What is a database trigger ? Name some usages of database
trigger ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / tina
Database triggers are invoked on database level (not on
table level). For e.g. you can write the triggers as and
when database is shutdown or database is getting on etc...
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sohail
Database trigger is a 4th named block in oracle.The usage
of database trigger is to audit data modification.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / amol maske
Database triggeris the stored procedure called when the
insert, update, delete (DML statement) fired
Is This Answer Correct ? | 1 Yes | 0 No |
what is sql? : Sql dba
What are sql ddl commands?
What are primary key and foreign key and how they work?
What is the use of sqldataadapter?
How to return multiple rows from the stored procedure?
What is equi join in sql?
How many types of cursors supported in pl/sql?
How do you add a column to a table?
What is dba in sql? : SQL DBA
how many sql ddl commands are supported by 'mysql'? : Sql dba
what is oracle database ? : Sql dba
What are the types of subqueries?