Answer Posted / anil
1.REF CURSOR is basically a data type. It is normally declared as type r_cursor is REF CURSOR.
CURSOR is not a datatype.
2.REF CURSOR is dynamic , CURSOR is static
3.REF CURSOR can be passed from one procedure to other procedure but CURSOR cant be passed from one procedure to other.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you explain an index?
what is a control file ? : Sql dba
What is the purpose of a sql?
What are the sql commands?
Why having clause is used in sql?
how to fetch common records from two tables? : Sql dba
What is the purpose of the sql select top clause?
What is the difference between a primary key and a unique key?
what is 'mysqlcheck'? : Sql dba
What is trigger in flip flop?
What is date functions?
What is field delimiter?
Show code of a cursor for loop.
What is rownum and rowid?
Can a table contain multiple primary key’s?