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
Can we store images in oracle database?
What language does oracle use?
How will you differentiate between varchar & varchar2?
How index is implemented in oracle database?
Explain oracle insert into command?
Oracle
How to define an anonymous procedure without variables?
How can windows applications connect to oracle servers?
When do you get a .pll extension in oracle? Explain its importance
What is transaction control statement and how many types of transaction control statement in Oracle?
What is a procedure in oracle?
What is truncate oracle?
Which is faster join or subquery in oracle?
11. Display the client number and name and the client number and name of the person who referred that client.
How to convert character types to numeric types?