What are the PL/SQL Statements used in cursor processing ?
Answer Posted / 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 |
Post New Answer View All Answers
How do I upgrade sql?
How to run pl sql program in mysql?
What is error ora-01000: maximum open cursors exceeded
Can a table have no primary key?
What does <> sql mean?
What are instead of triggers?
How to start the command-line sql*plus?
What is procedure and function in sql?
Does sql profiler affect performance?
What are its different types of dbms?
What does rownum mean in sql?
What is exit statement?
Which is the correct statement about truncate and delete?
What is sequence in sql?
What are the types of variables use in pl sql?