will function return more than one value how

Answer Posted / chaitra

A function can return more than one value if the function
is returning a data structure like PL/SQL Table, REF CURSOR
etc.
But returning more than one value by the use of OUT
parameter cannot be done as this fails when the function is
called from an SQL statement ( as in where var = fn(..)).

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are two statement types in sql?

536


How is use pl and sql?

550


How many types of privileges are available in sql?

735


what are rollup and cube in t-sql? : Transact sql

657


Why is the cursor important?

535






Which normal form is best?

511


What is query syntax?

517


what is online transaction processing (oltp)? : Sql dba

523


Explain what is sql?

604


How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?

661


What is microsoft t sql?

489


What is an example of translating a date into julian format?

574


What is function and procedure?

563


What is string data type in sql?

529


How can we store rows in PL/SQL using array?

662