What are the PL/SQL Statements used in cursor processing ?

Answer Posted / vijay

cursor
open
fetch
close
attributes
%found,
%notfound
%isopen
%rowcount
loop
whlie loop
for loop

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How show all rows in sql?

829


What if we write return in procedure?

1037


What is the difference between the conventional and direct path loader? : aql loader

928


How many columns should be in an index?

744


How do you sort in sql?

810


What is Collation Sensitivity ? What are the various type ?

724


What is a variable in sql?

757


Why is a primary key important?

781


What is the difference between inner join and natural join?

773


What are pl sql procedures?

745


how many ways we can we find the current date using mysql? : Sql dba

856


what is 'mysqld'? : Sql dba

739


How to convert comma separated string to array in pl/sql?

880


Explain the the delete statements in sql?

804


How to run pl/sql statements in sql*plus?

804