Oracle PL-SQL Question:
Download Questions PDF

How can a function retun more than one value in oracle with proper example?

Answers:

Answer #1
yes we can use objects, arrays to return more than one value

Answer #2
By using OUT parameters, we can return more than one value

Download Oracle PL-SQL Interview Questions And Answers PDF

Previous QuestionNext Question
How to know the last executed procedure?If the application is running very slow? At what points you need to go about the database in order to improve the performance?