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 are two statement types in sql?

536


What is the difference between Union and Union all. Which is faster.

844


How do you truncate?

503


What is the maximum number of rows in sql table?

545


What is cursor status?

761






What is sorting in sql?

503


Can you load data into multiple tables at once? : aql loader

600


What is the main difference between sql and pl/sql?

558


what is the difference between delete and truncate statement in sql? : Sql dba

547


Can you call pl/sql package functions from within a fast formula?

560


what is online transaction processing (oltp)? : Sql dba

523


Explain lock escalation? : Transact sql

702


what is a tablespace? : Sql dba

560


What are views in sql?

543


Can we rename a column in the output of sql query?

541