How to return more than one value from a function?
Answers were Sorted based on User's Feedback
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 |
what is a primary key? : Sql dba
What makes a good primary key?
Why is sql important?
how to create a database in oracle?please gve anser with example
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.
how can I make a script that can be bi-language (supports english, german)? : Sql dba
We have a CURSOR then we need BULK COLLECT?
What is pragma in pl sql?
what is an associative array with example?
What is the maximum number of triggers, you can apply on a single table?
Can a table contain multiple foreign key’s?
What is query optimization in sql?