What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE
TRIGGERS ?
Answer / 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 |
What are the built_in used to trapping errors in forms 4?
BY SELECT * FROM EMP QUERY ,I GENERATED ONE REPORT.AND SUPPOSE THAT I HAVE 10 PAGES OF OUTPUT. WHAT I WANT IS ,I WANT TOTAL PER EACH PAGE.OK I GOT THAT AND THAT SHOULD BE FORWARDED TO NEXT PAGE AND NEXT PAGES TOTAL SHOULD BE DISPLAYED
did u p prepared complex report
how to send file attachment from oracle forms
What do you understand by oracle forms and why are they required?
i created a parameter list in reports. how to restrict that parameter list with parameters
How do you call other Oracle Products from Oracle Forms?
How do u give the list of values in bind parameter
What are the different default triggers created when Master Deletes Property is set to isolated?
Could u tell me, u work as a support & maintenace when sub ledger and gl is mismatch, then how do u match with the both side/
Explain types of Block in forms4.0?
What are the types of TRIGGERS ?