why pl sql doesn't support retrieving multiple records
Answer / rahul
pl/sql supports retriving multiple records but u need to
use of cursors. using cursor you can retrieve multiple
records.
| Is This Answer Correct ? | 24 Yes | 3 No |
How to export your own schema?
What are different Oracle database objects?
difference between imlicit cursor and explicit cursor ?
What is a connect identifier?
How to see the table columns used in an index?
What is ceil and floor in oracle?
How to create a table index in oracle?
How to use group functions in the select clause using oracle?
What is a Public Synonyms ?
primary key is foreign key for the same table?
How to write a query with a right outer join in oracle?
what's query optimization and without use of IN AND Exist can we get another way data from query