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
Is there any restriction on the use of union in embedded sql?
What is sql and db2?
What is the most restrictive isolation level? : Transact sql
How do I order by ascending in sql?
how to convert character strings to numeric values? : Sql dba
How do I truncate a sql log file?
what is clause? : Sql dba
What do you mean by stored procedures? How do we use it?
What is meaning of <> in sql?
Does db2 use sql?
what is sql in mysql? : Sql dba
What is database white box testing and black box testing?
How can I make sql query run faster?
What is indexing in sql and its types?
Why do we use sqlite?