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
When can we use the where clause and the having clause?
Why do we use joins?
How to start the command-line sql*plus?
Is not equal in sql?
What is pl sql package?
what is index? : Sql dba
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
What is a left join?
What is exit statement?
How to fix oracle error ora-00942: table or view does not exist
Explian rowid, rownum?
what is user defined functions? : Sql dba
How are functions and procedures called in PL/SQL?
Why do we create views in sql?
what is sp_pkeys? : Transact sql