what is the cursor and use of cursor in pl/sql ?

Answer Posted / prince pradeep

cursor is a handle or a pointer to a context area;
(context area is a memory area where sql statements are processed)
cursors are used to retrieve multiple records from data base

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain isolation levels. : Transact sql

743


What is meant by temporal data?

707


What are the query optimization techniques?

711


When do we use triggers?

800


how to analyze tables with 'mysqlcheck'? : Sql dba

717






Explain about various levels of constraint.

700


Can we have two clustered index on a table?

760


What is primary key in db?

712


What is the sql case statement?

746


what are the advantages and disadvantages of cascading style sheets? : Sql dba

800


Is t sql a programming language?

758


What is the best partition size for windows 10?

704


what is the difference between a having clause and a where clause? : Sql dba

692


What is difference between mysql and postgresql?

703


What is a scalar value in sql?

804