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 are the different types of dbms?
Why is partition used in sql?
How do I make my sql query run faster?
What are hotfixes and patches?
What is #table in sql?
What are the two parts of design view?
What are the differences between in and exists clause?
Can we use rowid as primary key?
How many tables can you join in sql?
What is clustered and nonclustered index in sql?
What is multiple columns?
How many types of index are there?
What is the difference between sql and t sql?
what is the difference between truncate and drop statements? : Sql dba
How do you use join?