What are the PL/SQL Statements used in cursor processing ?
Answer Posted / nishi
Declaring a CURSOR
Open the CURSOR
FETCH the rows from the CURSOR
CLOSE the CURSOR...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can a pl sql block be executed?
What is sql mysql pl sql oracle?
What program will open a mdb file?
What is the need of merge statement?
What is example of database?
What is pl sql code?
What is a full join sql?
What is the use of pl/sql table?
How to call a javascript function from pl sql?
What is information schema in sql?
What is mdb stand for?
what are the nonstandard string types? : Sql dba
Describe types of sql statements?
What is the difference between inner join and left join?
Write the alter statement to enable all the triggers on the t.students table.