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 are all the different normalization?
What are the possible values for the boolean data field?
what does the t-sql command ident_current does? : Transact sql
What does select * from mean in sql?
define sql delete statement ? : Sql dba
What is difference between pl and sql?
What is sql and db2?
Why coalesce is used in sql?
How to run pl sql program in mysql?
What does sign mean sql?
Can we update views in sql?
What is oracle and pl sql?
Which is better join or subquery?
How long will it take to learn pl sql?
how to get a list of columns in an existing table? : Sql dba