Answer Posted / swapna
You have to return the selected cursor as OUT parameter and
again you have to fetch the data from that OUT cursor.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are pl sql procedures?
what is myisam? : Sql dba
How to add a column ‘salary’ to a table employee_details?
Can we update views in sql?
Explain exception handling in pl/sql?
Write an sql query to select all records from the table?
How to change the order of columns in Oracle SQL Plus ?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
How can we optimize a sql query?
What is latest version of sql?
How do you remove duplicates without using distinct in sql?
Are subqueries better than joins?
Which is faster count (*) or count 1?
Can we have two clustered index on a table?
what are all the different normalizations? : Sql dba