what are stored procedures?

Answer Posted / rocky-455

1. Store procedure may or may not return a value. If we want to return a value then we need to pass the parameters like INPUT & OUTPUT parameters
2. It can allowed SELECT/INSERT/UPDATE/DELETE Statements. It can be change state of table.
3. It can call Functions, Views, and Procedures inside procedures.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add a new column to an existing table with a default value?

542


Explain overloading. Can functions be overloaded?

568


How can I get column names from a table in oracle?

532


What is Library Cache in Oracle?

639


What is a trigger oracle?

558






How to add another datafile to a tablespace?

574


What is logical backup in oracle?

574


In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col

3698


How to sort the query output in oracle?

608


How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?

1827


Difference between varchar and varchar2 data types?

658


How to enter a new row into a table interactively?

544


How to update values on multiple rows in oracle?

596


How to build data dictionary view an new database?

529


How to define a data field as not null?

631