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 is blob? : Sql dba
How do you delete duplicates in sql query using rowid?
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
what is unique key constraint? : Sql dba
What are different types of functions in sql?
How to move files from one directory to another in pl sql?
how do you control the max size of a heap table? : Sql dba
How do I upgrade sql?
what is csv? : Sql dba
Which table is left in left join?
what is a stored procedure? : Sql dba
Why we use cross join?
What is PL/SQL Records?
What is the usage of the distinct keyword?
How long it takes to learn pl sql?