How to return multiple records from procedure?
Answers were Sorted based on User's Feedback
Answer / hitendra yadav
We can return multiple records from procedure through
using reference cursor variable as out parameter of
procedure.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / 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 |
What is differance unique key and primary key.
What is tuple in sql?
have table with two columns with datatypes as number and varchar and the values in A column like 1,2,3 AND B column values like a,b,c. now need to display data in a single column as 1,a,2,b,3,c.
how to retrieve the top 3 salaries of the table using rownum
What are different methods to trace the pl/sql code?
What is difference between a PROCEDURE & FUNCTION ?
what is the command line end user interface - mysql? : Sql dba
What are all the ddl commands?
What is the use of <> sql?
What problem one might face while writing log information to a data-base table in pl/sql?
Which join is default?
What are the two types of cursors in pl sql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)