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 minimum client footprint required to connect c# to an oracle database?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
What is hot backup and logical backup?
What is the relationship among database, tablespace and data file?
How does the on-delete-cascade statement work?
What is Library Cache in Oracle?
Explain oracle data types with examples?
candidate key is subset of super key but not vice-verse explain
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
What is a procedure in oracle?
How to handle a single quote in oracle sql?
How to list all user accounts in oracle?
How would you best determine why your MVIEW couldnt FAST REFRESH?
What to do if the binary spfile is wrong for the default instance?
Design database draw er diagram for a certain scenario ?