How to return more than one value from a function?
Answer Posted / vetrikumaran
WE CAN RETURN MORE THAN ONE VALUE FOR A FUNCTION BY USING
THE CONDITIONAL IF STATEMENT..BUT ONLY ONE RETURN STATEMENT
CAN BE EXECUTED AT A TIME..
IN FUNCTION,BY DEFAULT IN PARAMETER MODE ONLY ALLOWED...
OUT PARAMETERS ARE NOT ALLOWED.
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
What are the operators used in select statements?
What is mutating trigger?
What is the use of <> sql?
List and explain the different types of join clauses supported in ansi-standard sql?
What is a nested table in word?
what is the difference between blob and text? : Sql dba
What is secondary key?
what are the drivers in mysql? : Sql dba
Is sql sequential or random?
Why do we use function in pl sql?
Are subqueries better than joins?
Can we write ddl statements in functions?
How to Execute a Package in PL/SQL.?
What is a ddl command?
What does where 1 1 mean in sql?