will function return more than one value how
Answer Posted / prashant tripathi
yes, function can return more then one value.
murali is write but.... it is not a good progrmming way.
Sakthivel is also write that....function must return one
value.
My Answer :
fucntion can return more then one value but in the if-else
condition. it return one value at a time. but it can return
more than one value.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What do you understand by pl/sql cursors?
can a stored procedure call itself or recursive stored procedure? : Sql dba
What is varchar example?
What are all the different normalizations?
Why truncate is faster than delete?
What is rank () in sql?
What trigger means?
How to read xml file in oracle pl sql?
Is it possible to create the following trigger: before or after update trigger for each row?
How is data stored on a disk?
What is an inconsistent dependency?
what is the difference between char and varchar data types? : Sql dba
what is a record in a database ? : Sql dba
Can I create table without primary key?
how to rename an existing table in mysql? : Sql dba