An open API service indexing awesome lists of open source software.

https://github.com/tungbq/learn-sql

To learn SQL
https://github.com/tungbq/learn-sql

Last synced: 6 months ago
JSON representation

To learn SQL

Awesome Lists containing this project

README

          

# Learn-SQL
To learn SQL
# Start server
`docker compose up -d`
# Dive into the docker
`docker exec -it learn-sql bash`
# Go to sql terminal
`mysql -h localhost -P 3306 -u root -pchangeme`

# Stop server
`docker compose stop`
# Stop server and destroy
`docker compose down`

# Reference:
### https://www.w3schools.com/sql/default.asp