ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Databases  >>  SQL PLSQL
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
can we use out parameter in a function?Give an example.
 Question Submitted By :: Dibya
I also faced this Question!!     Rank Answer Posted By  
 
  Re: can we use out parameter in a function?Give an example.
Answer
# 1
yes.

create or replace function p_tst (v_p out varchar2) return 
varchar as
v_g varchar2(50);
begin
select ENAME2 into v_p from emp where empno='11';
return v_p;
end;
 
Is This Answer Correct ?    7 Yes 0 No
Parivesh Sinha
 
  Re: can we use out parameter in a function?Give an example.
Answer
# 2
wht is actaul and formal parameters and wht is the main 
difference
can any one knows this answer kindly inform me
 
Is This Answer Correct ?    0 Yes 0 No
Mahesh
 
 
 

 
 
 
Other SQL PLSQL Interview Questions
 
  Question Asked @ Answers
 
What is the basic structure of PL/SQL ?  5
can we use out parameter in a function?Give an example. Logica-CMG2
Types of locks in database ? TCS5
what is difference between procedure and function, procedure and trigger? iFlex3
difference between cursor and procedure in a package  2
what is the command for user data type?  2
How to trace the errors in pl/sql block code?  2
What is difference between Procedures and Functions ? Hi-Caliber-IT5
Which clause of an UPDATE statement allows you to affect only certain rows of a table? 1. The WHERE clause 2. The SET clause 3. The ROWS AFFECTED clause 4. The ORDER BY clause HCL5
What is the difference between anonymous block and named blocks?  2
What are two virtual tables available during database trigger execution ?  2
wht is the difference between sqlaserver2000 and 2005 ABC1
why should required for Indexed by table in pl/sql  2
what are the advantages of package? iFlex6
Explain UNION,MINUS,UNION ALL, INTERSECT?  1
can i give user defined exception in a package  2
What is a bitmap index? Choice-Solutions3
if we give update table_name set column_name= default. what will happen? its given in pl sql block.what will hapen? iFlex5
How to add Foreign key in a table after the creation of the table? Satyam3
Which one of the following join types will always create a Cartesian Product? 1. CROSS JOIN 2. LEFT OUTER JOIN 3. RIGHT OUTER JOIN 4. FULL OUTER JOIN 5. INNER JOIN  2
 
For more SQL PLSQL Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com