eredden / Database-Schemas

Various MySQL database schema projects for Study.com courses.

Home Page:https://www.study.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database Schemas

Book Borrowing Database

This project was created for the Computer Science 204 course on Study.com.

All scripts can be found in the Book-Borrowing-DB/src folder. FullAssignmentScript.sql contains all of the code in a single script file, with the other scripts containing individual sections of the original script.

Device Management Database

This project was created for the first project of the Analytics 103 course on Study.com.

This repository (specifically Device-Management-DB/src) holds the scripts I made to create the device management database and to query it. The way that I normalized the data and my report on this process are not included, as this repository is intended as a point of reference for people who need help with the assignment rather than as a means of cheating.

Order Management Database

This project was created for the second project of the Analytics 103 course on Study.com.

This repository holds the scripts I made to normalize the order management database. The way that I normalized the data and my report on this process are not included, as this repository is intended as a point of reference for people who need help with the assignment rather than as a means of cheating.

The scripts in the Order-Management-DB/src folder should be ran in the following order in MySQL Workbench:

  1. CreateTables.sql
  2. AlterProductsTable.sql
  3. AlterOrdersTable.sql
  4. AlterCustomersTable.sql

About

Various MySQL database schema projects for Study.com courses.

https://www.study.com

License:MIT License