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 is a boolean in sql?

526


What is the starting oracle error number?

569


What is difference between sql and oracle?

568


What does <> sql mean?

542


Is it possible to create startup or shutdown trigger for on-schema?

588






How to run sql*plus commands in sql developer?

592


Are views faster than queries?

548


what is a control file ? : Sql dba

580


What is data modelling in sql?

524


What is out parameter used for eventhough return statement can also be used in pl/sql?

588


Is sql port 1433 encrypted?

578


What is %type in sql?

519


What is compute?

560


What is a field in a database?

571


What are string functions in sql?

678