adspace
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
What is your daily office routine?
What is the current version of postgresql?
Does group by remove duplicates?
Can we use distinct and group by together?
What is the current version of sql?
how many tables will create when we create table, what are they? : Sql dba
what is bcp? When does it used? : Sql dba
Is inner join faster than left join?
Is primary key always clustered index?
What is the best sql course?
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
what are the advantages of sql ? : Sql dba
what are all the common sql function? : Sql dba
what is sql server agent? : Sql dba
Can we rollback truncate?