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
Can we join same table in sql?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
How do I find duplicates in sql?
discuss about myisam key cache. : Sql dba
Is sql similar to python?
What is the least restrictive isolation level? : Transact sql
Is sql a case sensitive language?
What is function and procedure?
What are the syntax and use of the coalesce function?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is the syntax to add a record to a table?
Is big data nosql?
What is embedded sql what are its advantages?
How do you rename a table in sql?
what is the difference between group by and order by in sql? : Sql dba