Store procedure will return a value?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neel armstrong
Stored procedure will return the values based on the OUT
parameters
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / sravanthi280
A procedure need not return a value always.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / adarsh katiyar
Iin a manner,stored procedure can return values to the block when found any error in the block. Then block exit out and stop all transction immediate.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is pl/sql table? Why it is used?
What is a REF CURSOR? Compare strong and week ref cursor types.
Can we join same table in sql?
What are the syntax and use of the coalesce function?
How can I get the number of records affected by a stored procedure?
What are procedures used for?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
How One can easily select all even, odd, or Nth rows from a table using SQL queries?
What is difference between stored procedures and application procedures?
What is the plv (pl/vision) package offers?
Explain character-manipulation functions?
How will you make performance better for application including front end and back
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)