Database Developer Question:

Explain me what is Stored procedure?

Tweet Share WhatsApp

Answer:

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).

Download Database Developer PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Tell me how to avoid duplicate records in a query?Tell us what are the different DML commands in SQL?