Skip to content

Learning SQL with example schema in Docker

License

Notifications You must be signed in to change notification settings

spodin/learning-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning SQL

Docker Cloud Build Status

MySQL with example schema from "Learning SQL" book by Alan Beaulieu.

Example files source

Build and Run Using Docker

docker build -t spodin/learning-sql .
docker run -t -d --name learning-sql -p 3306:3306 spodin/learning-sql

or from Docker Hub repository directly:

docker run -t -d --name learning-sql -p 3306:3306 spodin/learning-sql

Database Connection Parameters

Name: bank

Port: 3306

Username: lrngsql

Password: sqlbank

About

Learning SQL with example schema in Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published