How to return more than one value from a function?

Answers were Sorted based on User's Feedback



How to return more than one value from a function?..

Answer / highness

you can pass the value back to the user

by using the OUT parameter;

but mostly function is used to return only one value..

its like to compute the task and to return a value;

?? but in this case why dont u opt for a procedure, since its

designed to handle this type of situations...

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More SQL PLSQL Interview Questions

what is a primary key? : Sql dba

0 Answers  


What makes a good primary key?

0 Answers  


Why is sql important?

0 Answers  


how to create a database in oracle?please gve anser with example

1 Answers  


What is the first action to perform a query? Suppose I have four tables and five joins and my query is getting slow day by day.

4 Answers   Hexaware,






how can I make a script that can be bi-language (supports english, german)? : Sql dba

0 Answers  


We have a CURSOR then we need BULK COLLECT?

1 Answers  


What is pragma in pl sql?

0 Answers  


what is an associative array with example?

1 Answers  


What is the maximum number of triggers, you can apply on a single table?

0 Answers  


Can a table contain multiple foreign key’s?

0 Answers  


What is query optimization in sql?

0 Answers  


Categories