Creating a Stored Procedure in MySQL
December 1, 2022
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.
Advanced SQLMySQL tutorialsSQL TutorialsHow to install MySQL on Docker
October 22, 2022
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.
MySQL tutorialsSQL TutorialsSQL tutorials for beginners