What is the Stored Procedure ?
Ask by Anonymous User
Updated 21 Sep 2020
The stored procedure is a set of SQL queries which can take input and send back output. After that when the procedure is modified, all clients automatically get the new version. In the stored procedures reduce the network traffic and improve performance. The Stored procedures can be used to help ensure the integrity of the database.