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


Please Help Members By Posting Answers For Below Questions

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

1644


What is an SQL FORMS ?

2312


what is oracle forms?

601


What is an oracle report? List its various types.

568


how do u place it in required folder

1478






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

1569


How to create Drill down report?

1696


how to send file attachment from oracle forms

2139


List out the oracle forms configuration files?

564


how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g

1534


can you convert or reverse engineer a fmx back to a fmb file?

708


In what sequence do triggers get fired by oracle forms?

539


If the valueset if of type –TABLE then how many tables can we attach in the valueset ?

1822


What is the difference between flex mode and confined mode?

530


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

1697