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
Define overloaded procedure?
How to use transactions efficiently : transact sql
What's the procedure?
What does the base_object_type column shows in the user.triggers data dictionary view?
What is hibernate and its relation to sql?
Which sorts rows in sql?
How many parts of a pl sql block are optional?
What is the use of function in sql?
Can we use having without group by in sql?
what are the advantages a stored procedure? : Sql dba
What is synonyms?
How do you know if a relationship is 2nf?
What are procedures used for?
Can a foreign key be a duplicate?
What is trigger types of trigger?