what is the difference between implicit and explicit trigger

Answer Posted / gaurav gupta

However,queries that return more than one row you must
declare an explicit cursor or use a cursor FOR loop.
Explicit cursor is a cursor in which the cursor name is
explicitly assigned to a SELECT statement via the
CURSOR...IS statement.

An implicit cursor is used for all SQL statements Declare,
Open, Fetch, Close. An explicit cursors are used to process
multirow SELECT statements An implicit cursor is used to
process INSERT, UPDATE, DELETE and single row SELECT. .INTO
statements.

Is This Answer Correct ?    3 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we accept inputs from user during runtime?

546


How much does sqlite cost?

555


What is the use of <> sql?

550


what is csv? : Sql dba

574


Explain exception handling in pl/sql?

530






Why do we use triggers?

520


Can we insert in sql function?

541


Explain what is a column in a table?

573


What can you do with pl sql?

560


How does a covering index work?

526


When you have to use a default "rollback to" savepoint of plvlog?

717


What is difference between group by and partition by?

492


What is difference between stored function and application function?

594


What do you know by pl/sql cursors?

566


What is difference between inner join and cross join?

517