what is the difference between cursor FETCH and FOR LOOP ?
Answer Posted / meher
The main difference between cursor FETCH and FOR LOOP is as
below :
In case of cursor FETCH the cursor will open atleast once
but in case of cursor FOR LOOP the cursor will may or
maynot be open.
| Is This Answer Correct ? | 31 Yes | 8 No |
Post New Answer View All Answers
Which normal form is best?
What is row_number () in sql?
What will you get by the cursor attribute sql%notfound?
What is substitution variable?
What is online transaction processing (oltp)?
What is set serveroutput on in pl sql?
What is cursor in pl sql?
Describe sql comments?
How bulk collect improves performance?
What does cursor do in sql?
Why should I use postgresql?
Can you sum a count in sql?
What found sql?
what are tables and fields? : Sql dba
How to connect a sql*plus session to an oracle server?