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
What is program debugging?
How can use stored procedures in sql?
How to set up sql*plus output format in oracle?
How delete all records from table in sql?
What is inner join in sql?
What is native sql query?
what is not null constraint? : Sql dba
Can we join two tables without common column?
Is sqlite free?
difference between anonymous blocks and sub-programs.
what are the different tables present in mysql? : Sql dba
What is sql architecture?
How do you take the union of two tables in sql?
Explain the uses of a database trigger?
What is a parameter query?