What is stored procedure in SQL..??

Answers were Sorted based on User's Feedback



What is stored procedure in SQL..??..

Answer / ramesh babu kollu

In a database management system (DBMS), a stored procedure
is a set of Structured Query Language (SQL) statements with
an assigned name that's stored in the database in compiled
form so that it can be shared by a number of programs. The
use of stored procedures can be helpful in controlling
access to data (end-users may enter or change data but do
not write procedures), preserving data integrity
(information is entered in a consistent manner), and
improving productivity (statements in a stored procedure
only need to be written one time).

Is This Answer Correct ?    9 Yes 0 No

What is stored procedure in SQL..??..

Answer / rajeshbargode

Stored procedure is set of SQL statements

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is create statement?

0 Answers  


How is sql server used?

0 Answers  


How to get the definition of a view out of the sql server?

0 Answers  


Describe how to use linked server?

0 Answers  


What are scheduled tasks in sql server?

0 Answers  






Explain triggers?

0 Answers  


How to add additional conditions in SQL?

0 Answers   Amdocs,


How you can minimize the deadlock situation?

0 Answers  


State a few properties of relational databases?

0 Answers  


What is perspective, have you ever created perspective? : sql server analysis services, ssas

0 Answers  


What does it mean to normalize a database and why would you do it?

0 Answers  


Can you link only other SQL Servers or any database servers such as Oracle?

1 Answers  


Categories