How to return more than one value from a function?
Answer Posted / 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 View All Answers
What are all the different normalization?
What is scalar and vector?
How do you know if a relationship is 2nf?
What are the sql aggregate functions?
What is lexical units in pl sql?
Can we use delete in merge statement?
What can I use instead of union in sql?
How many databases can sql express handle?
How do I view a sql database?
What language is oracle sql developer?
What is pl sql collection?
what are the performance and scalability characteristics of mysql? : Sql dba
What is clustered index sql?
How to run sql*plus commands in sql developer?
What is varray in pl sql?