what is the difference between implicit and explicit trigger

Answer Posted / slokh

when we fire any DML operation a memory is alocated. this
memory area is called context area or cursor. data is
retieved and stored in this area

implicit cursors are automatically created by the Oracle.
when you perform any DML operation a memory has been
automatically created, and when the operation is finished
it automatically release the memory space, here every thing
is controlled by the oracle itself.

explicit cursors are the cursors, where the user defined
for which select statement the cursor is being created,
when to fetch the data, and release the memory space. on
other words the control is over the programmer.

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function and procedure in pl sql?

521


What is rtm in testing?

572


what is a constraint? : Sql dba

711


What does data normalization mean?

533


What is pl sql script?

560






What is the difference between sum and count in sql?

524


What is the best sql course?

533


Describe different types of general function used in sql?

531


What is indexes?

542


what is the difference between nested subquery and correlated subquery?

549


What is microsoft t sql?

489


Is sql pronounced sequel or sql?

739


How is data stored in sql?

551


What is the purpose of the primary key?

564


Can we insert data into materialized view?

513