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 cte?
Is mariadb a nosql database?
What is sql*loader and what is it used for?
Explain table and field in sql?
How to pipe multiline string to isql?
What are conditional predicates?
What if we write return in procedure?
Does access use sql?
What is the difference between the implicit and explicit cursors?
Is it possible to sort a column using a column alias?
what is oracle database ? : Sql dba
Explain what is table in a database?
Is primary key always clustered index?
how to shutdown mysql server? : Sql dba
Is sqlite free?