Answer Posted / ashish
Triggers are stored procedures created in order to enforce
integrity rules in a database. A trigger is executed every
time when database modification done.
Triggers are executed automatically on occurance of one of
the data-modification operations.
A trigger is a database object directly associated with a
particular table. It fires whenever a specific
statement/type of statement is issued against that table.
The types of statements are insert,update,delete and query
statements.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How to execute a stored program unit?
How to download oracle database 10g xe?
How do I uninstall oracle 11g?
What is oracle instant client?
How to enter a new row into a table interactively?
What is a initialization parameter file in oracle?
What is the string concatenation operator in oracle?
What is oracle sid?
Can we protect our pl/sql source code?
What is the difference between view and materialized view in Oracle?
What do you mean by redo log file mirroring?
What is bind variable in oracle 11g?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
When do we use group by clause in a sql query?
What is the difference between $oracle_base and $oracle_home?