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

Explain correlated query work?

792


Is json a nosql?

723


Can you join a table to itself?

712


is mysql query is case sensitive? : Sql dba

774


What is orm in sql?

723






Is hadoop a nosql?

745


Which software is used for pl sql programming?

680


What is the difference between left join and right join?

670


Enlist the characteristics of pl/sql?

1491


What do we need to check in database testing?

725


What do you mean by query optimization?

730


What will you get by the cursor attribute sql%rowcount?

760


hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews

1742


What is loop in pl sql?

763


Define tables and fields in a database

834