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 truncate is faster than delete?
Can function return multiple values in sql?
List the ways to get the count of records in a table?
What is rowid in sql?
Can we commit inside a trigger?
How does an execution block start and end in pl sql?
Which join is default?
What is union and union all keyword in sql?
Does inner join remove duplicates?
What is a crud api?
What is nested table in pl sql?
What are the differences between in and exists clause?
How do I start pl sql?
what are the join types in tsql? : Transact sql
What is an invalid partition table?