What is a stored procedure ?

Answer Posted / charumathi

Store Procedure is named PL-SQL block stored in oracle
server when loaded into memory while execution.
A stored procedure is -a named group of SQL statements
-that have been previously created
and stored in the server database.
-Stored procedures accept input
parameters so that a single procedure can be used over the
network by several clients using different input
data.
-Stored procedures reduce network
traffic and improve performance. Additionally, stored
procedures can be used to help ensure the integrity of the
database.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use stored procedure instead of query?

540


Difference between global and parameter variables?

1462


Write a sql select query that only returns each name only once from a table?

573


Is merge a dml statement?

528


How many types of relationship are there?

549






Explain the advantages and disadvantages of stored procedure?

653


Why do we use partitions in sql?

549


Explain exception handling in pl/sql?

535


What is an inconsistent dependency?

583


Is it possible to update views?

542


What are sql constraints?

567


define sql update statement ? : Sql dba

584


How many sql databases can you have on one server?

597


What are different functions in sql?

521


What is the file extension for sql database?

519