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
Define SQL and state the differences between SQL and other conventional programming Languages?
What is the difference between drop and truncate commands?
What are the different ddl commands in sql?
What are character functions in sql?
How do I view stored procedures?
Is sql injection illegal?
Is left join faster than inner join?
Why do we need view in sql?
Why is pl sql used?
What is the difference between having and a where in sql?
Why do we use joins in sql?
How do I clear the screen in sql plus?
Can I join the same table twice?
What is a sql profiler?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?