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
how many values can the set function of mysql take? : Sql dba
what are the differences between char and varchar? : Sql dba
how can we know the number of days between two given dates using mysql? : Sql dba
What is on delete restrict?
What is difference between my sql and sql?
Is left join faster than inner join?
what are all types of user defined functions? : Sql dba
What are the dml statements?
can a stored procedure call itself or recursive stored procedure? : Sql dba
How do sql databases work?
What is 19 null in sql?
What does desc stand for?
what are the properties and different types of sub-queries? : Sql dba
What does an inner join do?
How do I order columns in sql?