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 form and report?
Can we enter data in a table in design view?
Can you sum a count in sql?
What is a primary key called that is made up of more than one field?
Which tcp/ip port does sql server run?
how can you create an empty table from an existing table? : Sql dba
What are different types of functions in sql?
which tcp/ip port does sql server run on? : Sql dba
How can you create an empty table from an existing table?
What is date functions?
What is schema in sql?
how to write date and time literals? : Sql dba
What version is sql?
How to display the records between two range in Oracle SQL Plus?
What steps server process has to take to execute an update statement?