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 subquery? : Sql dba
What is the example of procedure?
What is pl sql script?
Which language is used in sql?
Does a user_objects view have an entry for a trigger?
How will we see framework of a table?
How can analyze query after generating explain plan ?
Is drop table faster than truncate?
Can cursors be part of a trigger body?
what is outer join? what is selef join? what is difference between them? what is cartecion join?
1 Answers Fiserv, Herbinger, Synechron,
what is uncommittable transactions? : Transact sql
How can a function retun more than one value in oracle with proper example?