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 use join in subquery?
Which table is left in join?
How do you update sql?
what is view? : Sql dba
What are the different dcl commands in sql?
What is PL/SQL Records?
What are different functions in sql?
Is sql pronounced sequel or sql?
what is 'trigger' in sql? : Sql dba
What is row_number () in sql?
What is sql lookup?
How do I filter in sql profiler?
What is the purpose of the partition table?
What are different types of statements supported by sql?
what is the stuff function and how does it differ from the replace function? : Sql dba