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
How show all rows in sql?
What if we write return in procedure?
What is the difference between the conventional and direct path loader? : aql loader
How many columns should be in an index?
How do you sort in sql?
What is Collation Sensitivity ? What are the various type ?
What is a variable in sql?
Why is a primary key important?
What is the difference between inner join and natural join?
What are pl sql procedures?
how many ways we can we find the current date using mysql? : Sql dba
what is 'mysqld'? : Sql dba
How to convert comma separated string to array in pl/sql?
Explain the the delete statements in sql?
How to run pl/sql statements in sql*plus?