Store procedure will return a value?

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


Please Help Members By Posting Answers For Below Questions

Is there any restriction on the use of union in embedded sql?

878


What is sql and db2?

724


What is the most restrictive isolation level? : Transact sql

768


How do I order by ascending in sql?

739


how to convert character strings to numeric values? : Sql dba

771






How do I truncate a sql log file?

737


what is clause? : Sql dba

759


What do you mean by stored procedures? How do we use it?

712


What is meaning of <> in sql?

796


Does db2 use sql?

673


what is sql in mysql? : Sql dba

815


What is database white box testing and black box testing?

848


How can I make sql query run faster?

752


What is indexing in sql and its types?

736


Why do we use sqlite?

705