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 program will open a mdb file?

0 Answers  


What is Function based Index and which type of function we can use in Function base index. can we use aggregate,NVL function in Function based Index..

1 Answers   Metric Stream, Polaris,


Will truncate release space?

0 Answers  


What are aggregate and scalar functions?

0 Answers  


What is left join in postgresql?

0 Answers  


Does truncate release storage space?

0 Answers  


What are the constraints available in sql?

0 Answers  


suppose u hav 1 book with set...page 1-100 n 101 -200 now print page from 2-100 n 102 -200... how we will do..?

6 Answers  


What is a full join?

0 Answers  


function can return value ,procedure also return value through out parameter then what is the difference?

3 Answers   3i Infotech,


What is use of trigger?

0 Answers  


What is pl sql in dbms?

0 Answers  


Categories