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

What is the unique index?

734


Explain mutating table error.

845


In what condition is it good to disable a trigger?

749


What does select count (*) mean in sql?

747


How do I trace sql profiler?

711


Explain exception handling in pl/sql?

739


What are the different types of joins in sql?

1156


What is the use of desc in sql?

702


Write an sql query to select all records from the table?

760


What is an exception in pl/sql?

731


How to run sql statements with oracle sql developer?

796


What is the difference between functions, procedures, and packages in pl/sql?

716


what is table? : Sql dba

772


what is 'mysqlimport'? : Sql dba

730


What is sql and its types?

824