Answer Posted / dhanalakshmi parthasarathy
Triggers are simply stored procedures that are ran
automatically by the database whenever
some event (usually a table update) happens. We won’t spend
a great deal of time talking
about how to write triggers, because if you know how to
write stored procedures, you already
know how to write triggers. What we will discuss is how to
set them up to be executed whenever something happens to
the table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to create an initialization parameter file?
When do you get a .pll extension in oracle? Explain its importance
What are the various oracle database objects?
Can a parameter be passed to a cursor?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
what are the advantages of running a database in archive log mode?
Give the various exception types.
How to execute a stored program unit?
How many types of synonyms in Oracle?
What is oracle thin client?
How to update values on multiple rows in oracle?
how may join possible between (requisition with purchase order)
What is the fastest query method to fetch data from the table?
State any two functions of oracle?
What is the disadvantage of User defind function?