What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE
TRIGGERS ?
Answer Posted / guest
These triggers are executes when inserting,deleting and
updating operations are performed and can be used to
change the default function of insert,delete or update
respectively.
For Eg, instead of inserting a row in a table an
existing row can be updated in the same table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List the different types of columns in oracle reports.
what is oracle forms?
What do we mean by record group in oracle forms?
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
What are the various configuration files that are used by oracle forms?
what are the new features introduced in oracle form services in 11g release 2?
Is it possible to have multiple layouts in a report?
Can we invoke one form from another in a multi-forms application?
What is an SQL FORMS ?
can you convert or reverse engineer a fmx back to a fmb file?
What is the difference between BPA AND Contract What are documents and test cases u followed
i am writing a query select EmpNo from Emp how can i call in after parameter form
How to create Drill down report?
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
Name the different triggers supported by oracle reports and their firing order.