Explain me what is Stored procedure?

Submitted by: Muhammad
A Stored Procedure is a collection of SQL statements that have been created and stored in the database to perform a particular task. The stored procedure accepts input parameters and processes them and returns a single value such as a number or text value or a result set (set of rows).
Submitted by: Muhammad

Read Online Database Developer Job Interview Questions And Answers