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

how to convert character strings to numeric values? : Sql dba

0 Answers  


How to change the order of columns in Oracle SQL Plus ?

0 Answers   MCN Solutions,


How do you know if a relationship is 2nf?

0 Answers  


How to execute OS(operating system) command from pl/sql?

3 Answers  


What is normalization? dec 2009

3 Answers   Cognizant,






What is oracle and pl sql?

0 Answers  


how to create a table index in mysql? : Sql dba

0 Answers  


How can i insert data inro a table with 3 columns using FORALL?

2 Answers   Oracle,


Is postgresql a server?

0 Answers  


Its possible to add more than one primary key for the table

4 Answers  


How can you load multi line records? : aql loader

0 Answers  


What is the difference between a procedure and a function?

0 Answers  


Categories