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

What are the differences between char and varchar2 in oracle?

565


What is the difference between a primary key & a unique key?

590


Can we store pictures in the database and if so, how it can be done?

593


What are the ansi data types supported in oracle?

521


Does oracle database need java?

523






How does Oracle guarantee data integrity of data changes?

1936


Can we use oracle pl/sql block in core java? if so how? pls get back to me .....

2505


Is there a function to split a string in plsql?

570


What is an oracle and why it is used?

623


How can we force the database to use the user specified rollback segment?

562


Which dictionary tables and/or views would you look at to diagnose a locking issue?

1490


What is an oracle database table?

596


How to create a single index for multiple columns?

564


What do you understand by a database object? Can you list a few of them?

610


How to use "if" statements on multiple conditions?

723