Skip to content

rebecaaras/awesome-database-design-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This folder is my personal expansion with solutions for the very nice Database Design Problems curated by Dr. Qiang Hao

Here you can understand more about the structure and goals of the problems.

Within the problems folder there are the folders with solutions for each problems. Rules for each problem are given in the .md file and a ER diagram might have been provided as a .png from the original author or by me.

Currently only the library-system problem is solved, but hopefully soon I'll add comprehensive solutions for all problems.

The main file is db_decisions.md in each folder. Which carries all the main decisions explanations.

You can also execute each schema and reproduce the database on your machine.

problems
   ├── library-system
   │   ├── db_decisions.md -> main file
   │   ├── library-system.md -> problem description
   │   ├── library-system.png -> ER diagram
   │   └── schema
   │   |   ├── author.sql
   │   |   ├── book_author.sql
   │   |   ├── book.sql
   │   |   └── member.sql
       ├── erd.dbml (ER diagram, visualize [here](https://dbdiagram.io/d))

Feel free to suggest improvements and contribute!

About

Previously a fork from original repo. My solutions for database design exercises.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors