What is stored procedure in SQL..??
Answers were Sorted based on User's Feedback
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 |
Stored procedure is set of SQL statements
| Is This Answer Correct ? | 0 Yes | 0 No |
can you instantiate a com object by using t-sql? : Sql server database administration
What are the difference between data length and length in SQL Server-2008?
What do you mean by collation recursive stored procedure?
What is database isolation in sql server? : sql server database administration
What are different types of statements that are supported by sql?
What is difference between clustered index and non clustered index?
What do we need queues in sql service broker?
How can count the string ? for ex: If i have string like 'bhaskar' then i need like b:1 h:1 a:2 s:1 k:1 r:1 please give any idea on that
What are the extra roles available in msdb? : sql server security
Using the customer, and order table in northwind database, please write a query to produce xml?
How to delete database objects with "drop" statements in ms sql server?
What is a trigger?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)