Store procedure will return a value?

Answer Posted / raji_4u

stored procedure can not return a value using the return
statement. though a stored procedure can contain a return
statement but should not return a value.simply "return".

in a manner,stored procedure can return values to the
calling block through the OUT,INOUT parameter modes.

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you tell the difference between an index and a view?

496


Explain clause in sql?

565


What is difference between mysql and postgresql?

522


What is nvarchar max in sql?

586


How can you load microsoft excel data into oracle? : aql loader

622






Which are the different types of indexes in sql?

563


What is the purpose of cursors in pl/sql?

641


Is sql developer case sensitive?

525


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

2075


Differentiate between pl/sql and sql?

621


What do you understand by case manipulation functions?

548


How many rows can sqlite handle?

591


What does sign mean sql?

573


What is mdf ldf and ndf?

565


How can we store rows in PL/SQL using array?

670