What are the PL/SQL Statements used in cursor processing ?

Answers were Sorted based on User's Feedback



What are the PL/SQL Statements used in cursor processing ?..

Answer / suresh kumar somayajula

Declaring a CURSOR
Open the CURSOR
FETCH the rows from the CURSOR
CLOSE the CURSOR...

Is This Answer Correct ?    5 Yes 2 No

What are the PL/SQL Statements used in cursor processing ?..

Answer / chandrasekar

Select,for loop

Is This Answer Correct ?    3 Yes 1 No

What are the PL/SQL Statements used in cursor processing ?..

Answer / nishi

Declaring a CURSOR

Open the CURSOR

FETCH the rows from the CURSOR

CLOSE the CURSOR...

Is This Answer Correct ?    0 Yes 0 No

What are the PL/SQL Statements used in cursor processing ?..

Answer / 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

More SQL PLSQL Interview Questions

What are the commands used in sql?

0 Answers  


How to write html code in pl sql?

0 Answers  


What is the reports view in oracle sql developer?

0 Answers  


If we update a complex view, is base table will get update ?

2 Answers   Ardee Technologies, HCL,


What is error ora-01000: maximum open cursors exceeded

0 Answers  






what are date and time data types? : Sql dba

0 Answers  


what are all the different normalizations? : Sql dba

0 Answers  


What is difference between Procedures and Functions ?

6 Answers   Hi Caliber IT,


What is self-join and what is the requirement of self-join?

0 Answers  


what is subquery? : Sql dba

0 Answers  


What is a natural join sql?

0 Answers  


What is latest version of sql?

0 Answers  


Categories