What is Stored procedure ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is database and its types?

559


What does currency type mean in database?

720


What is the best database?

527


what is data access layer?

1982


What is the role of tester in discovery(in Checklist)?

1461






What are the validations performed on the source data? If there are junk data available in the source data, how to eliminate it?

1586


What is the difference between oracle and MS Access?

616


Explain the record term used in database.

667


Differentiate between extension & intension?

875


i have windows-xp processor with P4 system. whenever I tried to download foxpro for windows 2.6 on windows XP, my operating system failed to install foxpro for windows 2.6.please. how could i download , install & run foxpro for windows 2.6 easily on windows XP ?

1642


what is tkprof tool and how it is used???

2376


When should you not use firebase?

610


What are different types of clusters present?

602


What is aws documentdb?

645


List the properties of a transaction.

638