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 use of file param in imp command?
what is the scripts in data base?
How to assign a table row to a record variable?
What is the usage of analyze command in oracle?
What are the differences between char and varchar2 in oracle?
What is oracle rowcount?
What is a synonym? What are its various types?
Explain oracle’s server parameter file.
How can I get column names from a table in oracle?
Difference between open_form and call_form in oracle.
Explain the use of owner option in exp command.
What are the benefits of ordbms?
Are truncate and delete commands same? If so why?
How to do clean up if create database failed?
What are the advantages of oracle?