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
Do we need to create index on primary key?
How do I remove sql developer from windows 10?
What are the commands used in sql?
What is difference between inner join and cross join?
What is cartesian join in sql?
What packages are available to pl/sql developers?
What is rollback?
Why schema is used in sql?
Name some usages of database trigger?
What is rowtype?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
what is dbms? : Sql dba
How do I find sql profiler?
Can we use view in stored procedure?
explain the difference between delete , truncate and drop commands? : Sql dba