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

How does sql store data?

664


What are analytic functions in sql?

743


What are the methods of filing?

676


How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?

800


Does execute immediate commit?

931






name 3 ways to get an accurate count of the number of records in a table? : Sql dba

792


Why are sql stored procedures used?

801


Can we use views in stored procedure?

705


What is a constraint?

731


What are the types of functions in sql?

748


What is the difference between between and in condition operators?

729


how to select unique records from a table? : Sql dba

828


What is parameter substitution in sql?

757


what is sub-query? : Transact sql

839


Who developed sql?

758