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 the difference between count 1 and count (*) in a sql query?
What is sql scripting?
What is difference between inner join and self join?
Can we change the table name in sql?
What is meant by <> in sql?
what are the features and advantages of object-oriented programming? : Sql dba
Can we use pl sql in sql server?
What is sqlexception in java?
what are the limitations of identity column? : Transact sql
Can we insert data in view?
how to add a new column to an existing table in mysql? : Sql dba
Is sql scripting language?
What is inner join in sql?
What is meant by user defined function?
Can we use threading in pl/sql?