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
- Host: GitHub
- URL: https://github.com/tungbq/learn-sql
- Owner: tungbq
- Created: 2021-10-03T11:34:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T02:16:44.000Z (almost 4 years ago)
- Last Synced: 2025-04-06T05:57:40.674Z (6 months ago)
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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