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
how do u place it in required folder
How to create Drill down report?
In what sequence do triggers get fired by oracle forms?
did u p prepared complex report
how do u compile a form i.e .fmb file in Unix or in dos
Explain the different levels at which oracle form services interact.
hiding item in report how like that properly,thats manually but at runtime i want to do
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
List out the oracle forms configuration files?
What do you understand by oracle forms and why are they required?
i am writing a query select EmpNo from Emp how can i call in after parameter form
Explain the various types of oracle report?
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
Explain how can you use the same lov for 2 columns?
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?