🥞 Databases only training
This is a collection of results from w3schools SQL tutorial website. Every sample from the index comes from that tutorial, and this repository is intended to be used as reference of the queries showed in the website while reading the documentation.
Build Docker image:
docker build -t pancakes-sql-training .
Run Docker image pancakes-sql-training
:
docker run -p 3306:3306 pancakes-sql-training:latest