1A stored procedure is a prepared SQL code that you can save, so the code
2can be reused over and over again.
3
4~ So if you have a SQL query that you
5write over and over again,
6save it as a stored procedure,
7and then just call it to execute it.