Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How packaged procedures and functions are called from the
following?

Answer Posted / madhavi

If A function returns only one value then u can call
that function from select statement like
select packagename.functionname(parameters) from dual,


But for procedure its not possible to call through select
statement u have to call through anonymous block.
declare
begin
packagename.procedurename(actual parameters);
end;
/

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to get a list of columns in an existing table? : Sql dba

1012


What is primary key in db?

1074


explain about mysql and its features. : Sql dba

1055


define join and explain different type of joins? : Sql dba

1002


How do I order by ascending in sql?

1081


What is a constraint? Tell me about its various levels.

1253


How to run sql commands in sql*plus?

1255


Where is sql database stored?

1041


What is set serveroutput on?

1184


How to create an array in pl/sql?

1125


Is it possible to sort a column using a column alias?

1106


Which are sql * plus commands?

1207


What is the starting oracle error number?

1103


What are the different types of joins in sql?

1916


How to revise and re-run the last sql command?

1221