What is Stored procedure ?

Answers were Sorted based on User's Feedback



What is Stored procedure ?..

Answer / nitin bisht

A stored procedure is a group of Transact-SQL statements
compiled into a single execution plan.

Stored procedures return data in four ways:
* Output parameters, which can return either data (such
as an integer or character value) or a cursor variable
(cursors are result sets that can be retrieved one row at a
time).
* Return codes, which are always an integer value.
* A result set for each SELECT statement contained in
the stored procedure or any other stored procedures called
by the stored procedure.
* A global cursor that can be referenced outside the
stored procedure.

Is This Answer Correct ?    3 Yes 0 No

What is Stored procedure ?..

Answer / siva kishore

Def:- Stored Procedure is a set of pre-compiled sql statements.

Advantages:
* No need to compile the sql queries again n again when
using frequently.

* Increases execution performance and also reduces the
burden on the database connection.

Is This Answer Correct ?    3 Yes 0 No

What is Stored procedure ?..

Answer / ravishankar

Stored procedures are pre-compiled object in the Database
which is used to reduce the network traffic.

Is This Answer Correct ?    3 Yes 1 No

What is Stored procedure ?..

Answer / arshi

Stored procedure is bunch of query. it more beneficial
then query.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Databases AllOther Interview Questions

Given a table of Player which contains Sno and player name, write a query which finds all possible Table Tennis doubles pairings.

0 Answers   Amazon,


Does aggregate and fact tables gets populated from transactional data with only diffrence in there granularity? Please clarify?

1 Answers  


What will happen non-clustered index will be created on clustered index?

0 Answers   Abacus,


How do I manually create a database?

0 Answers  


Given a table Employee which has columns name and salary, write an SQL query to find the employee with the second highest salary.

0 Answers   Amazon,






What is sqlcode -923 ?

1 Answers  


What are different types of resources?

0 Answers  


1. How to test Database? Please, give me all details for "SQL,Msaccess, Mysql Database? 2.For which functionalities database used? 3.How to convert Guest to Admin by Mysql database?

0 Answers  


What is the purpose of TNS?

0 Answers   Tech Mahindra,


Data structure used to implements a menu:

0 Answers   Verifone,


What is aws documentdb?

0 Answers  


i applied prompt on country when i run report it shows list of all countries but want it to show only four countries name

0 Answers   Datamatics,


Categories