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

Can sql function call stored procedure?

738


what is blob? : Sql dba

736


What is the difference between in and between in sql?

772


what is collation? : Sql dba

799


Can instead of triggers be used to fire once for each statement on a view?

710






Can you call pl/sql package functions from within a fast formula?

769


What is bind reference and how can it be created?

771


How many types of cursors are available in pl/sql?

771


What is memory optimized table?

761


What are the types of subqueries?

765


Can you inner join the same table?

708


Does truncate remove indexes?

721


What is the difference between delete and truncate commands?

689


What is db journal file?

677


what are the authentication modes in sql server? : Sql dba

730