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 compile a form i.e .fmb file in Unix or in dos
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
What is an oracle report? List its various types.
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
did u p prepared complex report
what are the new features introduced in oracle form services in 11g release 2?
What is the difference between BPA AND Contract What are documents and test cases u followed
What is an oracle report?
what are the oracle forms services components include?
Can we invoke one form from another in a multi-forms application?
from where do u receive the information to develop report
Explain the various types of oracle report?
In what situation u create the BPA.
Is it possible to execute a dynamic sql from forms?
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 ?