Explain stored procedure?
Answer / Bhawna Sagar
A stored procedure is a prepared SQL code object that you can save, so it can be reused multiple times. It contains a collection of SQL statements and functions that are used to perform a specific task in a database. Stored procedures can accept input parameters, return output parameters, or even return a result set.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define cursor locking
Can group by be used without aggregate functions?
What is @@error in sql?
What are the differences between char and nchar in ms sql server?
Explain the microsoft sql server delete command?
What purpose does the model database server?
Why use “pivot” in sql server?
How to receive output values from stored procedures?
How to select some specific rows from a table in ms sql server?
What is the difference between coalesce() & isnull()?
what is call by value & call by reference ?
How to find Duplicate Records In table?
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)