Skip to content

sabbirahmed395/sql_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

This project is fork from https://github.com/AndrejPHP/w3schools-database.git

This project contains w3School.sql having the follwing tables

categories
customers
employees
orders
order_details
products
shippers
suppliers

Graphical View of Schemas with their relations

Alt text

To up and running fork this project first from https://github.com/majorsabbir/sql_practice.git if not did already

git clone https://github.com/majorsabbir/sql_practice.git
cd sql_practice
docker-compose build
docker-compose up -d

Now open http://localhost and use mariadb as host, root as user and root as password

Import this w3School.sql file.

About

This project is to practice SQL for PGDIT-104 Database Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published