How many types of trigger can be used in a table at a time ?
Answer Posted / arun raj
u can define a trigger
1. For Each Row
2. For Each Statement
You can have the following triggers defined for the above
two types:
1. BEFORE INSERT
2. BEFORE UPDATE
3. BEFORE DELETE
4. AFTER INSERT
5. AFTER UPDATE
6. AFTER DELETE
So it makes a total of 12.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Explain the various types of oracle report?
Explain the different levels at which oracle form services interact.
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
where do u put the report file
What is a canvas in oracle forms?
difference between global n context sensitive segments?
what is a package n what r the packages availbla in report
What is the difference between flex mode and confined mode?
In what sequence do triggers get fired by oracle forms?
In what situation u create the BPA.
What is the difference between BPA AND Contract What are documents and test cases u followed
Name the different triggers associated with oracle forms having a master-detail relationship.
What do you understand by oracle forms?
Explain master-detail relationship with some examples.
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object