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 use "for" statements in oracle?

600


How many categories of data types?

580


What is logical backup in oracle?

580


How to write numeric literals in oracle?

622


Does oracle charge for java?

592






What is bind variable in oracle 11g?

598


What are the various constraints used in oracle?

558


How to export several tables together?

572


What is the usage of control file in oracle?

613


please explain.. DB architecture ...

1568


How to retrieve values from data fields in record variables?

579


How to use "if" statements on multiple conditions?

727


What is pragma autonomous transaction in oracle?

526


Design database draw er diagram for a certain scenario ?

4107


What is a data dictionary and how can it be created?

621