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
What are the benefits of stored procedures?
Can we create table inside stored procedure?
What is minus?
How do I view stored procedures?
What is sql data?
What is the difference between pl and sql?
What is string join?
How does postgresql compare to "nosql"?
What are expressions?
Can we call dml statement in function?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
What are the types of sql commands?
how to calculate expressions with sql statements? : Sql dba
What is %rowtype in pl sql?
Can we perform dml in function?