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
what is the difference between restoring and recovering?
What is meant by an index?
Is truncate autocommit in oracle?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
11. Display the client number and name and the client number and name of the person who referred that client.
What is raw datatype?
What are oracle functions?
What is data block in Oracle?
What is a nvl function? How can it be used?
What is the difference between $oracle_base and $oracle_home?
Can you drop an index associated with a unique or primary key constraint?
How to set up autotrace for a user account?
How to get the Installed Oracle Version Information ?
How to delete an existing row from a table in oracle?