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
How do I partition a table in sql?
Do we need to rebuild index after truncate?
How do I find duplicates in a single column in sql?
what is an alias command? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
What is a recursive join sql?
What is set serveroutput on?
What language is oracle sql developer?
Is not equal in sql?
What are the syntax and use of the coalesce function?
Can we alter stored procedure?
Can I call a procedure inside a function?
How does postgresql compare to mysql?
What is the difference between sql and t sql?
What is sql data?