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 |
What are number line correlation administrators will use while working with a subquery?
What is user-defined function? Explain its types i.e. Scalar and inline table value user-defined function?
What are the disadvantages of using querystrings to send data from one page to another?
List some case manipulation functions in sql?
What are the common performance issues in sql server?
Disadvantages of the indexes?
What is set nocount on and what is set nocount off?
What is the purpose of optimization?
Name three version of sql server 2000 and also their differences?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
how to improve the speed of SQL database server and how to avoid dead lock?
Can a database be shrunk to 0 bytes, if not, why?
Oracle (3253)
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)