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 |
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
How to call a stored procedure inside a trigger? Give an example.
What is a OUTER JOIN?
Please explain drop constraint oracle?
if i have a procedure with 1000 line.when i run this in 61 line i got the error but i want to continue the programe without error.can anyone tell me how to handle that error.
write a query that displays every Friday in a year with date?
what is the syntax of SELECT command?
How many different types of indexes we have in oracle?
24 Answers IBM, TCS,
What is a procedure in oracle?
What is the difference between sharding and replication?
How can I combine multiple rows into a comma-delimited list in oracle?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?