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...


a procedure one in two out parameters i am waiting it in a
sql query can i get the output



a procedure one in two out parameters i am waiting it in a sql query can i get the output..

Answer / aurobinda

yes ,we can

create or replace procedure (v_empno in emp.empno%
type,v_ename out emp.ename%type,v_sal out emp.sal%type)
is
begin
select ename,sal into v_ename,v_sal from emp
where empno =v_empno);
dbms_output.put_line(v_ename||' '||v_sal);
end;

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More SQL PLSQL Interview Questions

Write a query to find the names of users that begin with "um" in sql?

0 Answers  


How to access the current value and next value from a sequence?

6 Answers  


How would you reference column values before and after you have inserted and deleted triggers?

0 Answers  


What is cursor in pl sql with examples?

0 Answers  


What is mutating sql table?

0 Answers  


What is #table in sql?

0 Answers  


what are the nonstandard string types? : Sql dba

0 Answers  


Does a primary key have to be a number?

0 Answers  


What does select count (*) mean in sql?

0 Answers  


What is a full join sql?

0 Answers  


What is schema in sql example?

0 Answers  


i don't want the message as 14 rows updated just it should update what it will do

4 Answers  


Categories