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
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
Is it possible to have multiple layouts in a report?
Name the different triggers supported by oracle reports and their firing order.
What is the difference between flex mode and confined mode?
What is an oracle report? List its various types.
What do you understand by oracle forms?
What are the various configuration files that are used by oracle forms?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
Explain how one can iterate through items and records in a specified block?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
What do you understand by lov?
all steps of bitmap report?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
What is a canvas in oracle forms?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g