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
Why use subqueries instead of joins?
What packages(if any) has oracle provided for use by developers?
What does trigger mean in psychology?
What are the different types of tables in sql?
what is the difference between delete and truncate statement in sql? : Sql dba
Enlist the data types that can be used in pl/sql?
what is a database transaction? : Sql dba
How do you update f as m and m as f from the below table testtable?
What are different types of tables in sql?
Explain the structure of pl/sql in brief.
Why partition by is used in sql?
What is program debugging?
How to fetch alternate records from a table?
What is auto increment?
Is foreign key mandatory?