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
What is localdb mssqllocaldb?
What is the sql query to display the current date?
Can instead of triggers be used to fire once for each statement on a view?
How do I copy a table in sql?
Is sql free?
What is the difference between an inner join and an outer join?
Can you sum a count in sql?
How does one use sql*loader to load images, sound clips and documents? : aql loader
What is a sql statement?
How to look at the current sql*plus system settings?
Explain two easy sql optimizations.
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Is sql a backend?
what is a constraint? : Sql dba
How do I run a sql script?