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 the difference between delete and truncate statement in sql?
How do I start sql profiler?
What are the disadvantages of file system?
What is the maximum number of triggers, you can apply on a single table?
Where is pl sql used?
Do we need commit after truncate?
Is record in oracle pl sql?
Is primary key an index?
What is application trigger?
What is pl sql commands?
how can you see all indexes defined for a table? : Sql dba
How to read xml file in oracle pl sql?
Explain how exception handling is done in advance pl/sql?
What does data normalization mean?
how to use 'mysql' to run sql statements? : Sql dba