# Blog

- [Creating a Stored Procedure in MySQL](/creating-a-stored-procedure-in-mysql) — A stored procedure is a prepared SQL code that is stored in our Schema to reuse whenever we need to.
Most SQL databases have stored procedures as a built-in tool as part of SQL’s original language. Nevertheless, stored procedures SQL coding might be slightly different between the SQL databases.
- [How to install MySQL on Docker](/how-to-install-mysql-on-docker) — MySQL is one of the most popular SQL Databases and maybe the most used database on the web. Today we will learn how to install MySQL on a Docker Container.
