adspace


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

What is your daily office routine?

2346


What is the current version of postgresql?

1178


Does group by remove duplicates?

1112


Can we use distinct and group by together?

1133


What is the current version of sql?

1094


how many tables will create when we create table, what are they? : Sql dba

1144


what is bcp? When does it used? : Sql dba

1056


Is inner join faster than left join?

1277


Is primary key always clustered index?

1095


What is the best sql course?

1050


Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

2091


what are the advantages of sql ? : Sql dba

1142


what are all the common sql function? : Sql dba

1131


what is sql server agent? : Sql dba

1182


Can we rollback truncate?

1074