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

If a cursor is open, how can we find in a pl/sql block?

665


What is indexing in sql and its types?

535


List the ways to get the count of records in a table?

503


What is file based approach?

483


What is the use of double ampersand (&&) in sql queries? Give an example

598






What is an alias command?

565


Where is sql database stored?

508


How to use distinct and count in sql query? Explain

602


what are different types of keys in sql?

599


Do we need commit after truncate?

601


Can we create clustered index without primary key?

517


Why are aggregate functions called so?

501


Which one is better sql or oracle?

489


What are schema-level triggers?

570


What is date functions?

564