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

Explain table and field in sql?

564


What is nosql example?

571


How do I view a table in sql?

534


Which sql statement is used to return only different values?

493


Why do we use procedures in pl sql?

509






What are the advantages of sql?

550


If the application is running very slow? At what points you need to go about the database in order to improve the performance?

555


Are there any features that are decommissioned in 11g that are not present in 11g?

1576


What is user defined functions?

565


Is sql better than access?

530


How does a self join work?

506


Which data dictionary views have the information on the triggers that are available in the database?

739


What is user in sql?

561


What are sql commands?

489


How do I view a view in sql?

494