Answer Posted / abhisek pattnaik
Trigger is a type of programme which is automatically
executed when ever a DML operation is made on a perticular
table.
Trigger is identical with procedure but the basic
difference between them is procedure is explicitly created
& executed by the user where as trigger is explicitly
created but implicitly fired or executed when ever a DML
operation is made.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to open and close an explicit cursor in oracle?
Explain the use of log option in exp command.
What are the system predefined user roles?
Why do you create or replace procedures rather that drop and recreate.
why dont we assign not null constraint as table level constraint.
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Why use resource manager in Oracle?
What is the max number of columns in an oracle table?
What is the usage of analyze command in oracle?
How to synchronize 2 schema's objects?
What is format trigger?
How to define default values for formal parameters?
What is a tns file?
How to export data to a csv file?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?