Answer Posted / nishi
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are internal user account in oracle?
How to use "if" statements on multiple conditions?
Can the query output be sorted by multiple columns in oracle?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What are set operators?
Give the constructs of a package, function or a procedure.
How can you use check constraints for self referential integrity?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What are a query and state the different types of queries and their uses?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
How many types of database triggers exist?
How does Oracle guarantee data integrity of data changes?
How to start a new transaction in oracle?
How many memory layers are in the oracle shared pool?
Why do you create or replace procedures rather that drop and recreate.