In a PL/SQL block,which loop type should be used in a performance point of view & Why (as both loops can do the same task)
1) open - Fetch loop
2) for loop
Answer Posted / monika
for loop is faster then open -fetch loop
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can we insert in view in sql?
What is pl sql quora?
what are the different type of sql's statements ? : Sql dba
how to check server status with 'mysqladmin'? : Sql dba
What is pl sql code?
Why are cursors used?
what are different types of collation sensitivity? : Sql dba
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is the file extension for sql database?
Explain how to use transactions efficiently : transact sql
differentiate between float and double. : Sql dba
What is a primary key sql?
What are the main features of cursor?
What sql database should I use?
How is a PL/SQL code compiled?