AnthonyCxx / comfort-airlines

High Point University 2024 Senior Software Engineering Project
2 stars 0 forks source link

Model the MariaDB Database #14

Closed Dhud6 closed 8 months ago

Dhud6 commented 8 months ago

Summary

Using draw.io create an ERD diagram of the MariaDB database called database.drawio that satisfies the requirements in Project.pdf. Put the diagram in the diagrams folder on the Google Drive. The diagram should should be in 3.5 normal form (Boyce-Codd normal form), including primary keys for each table, foreign keys for references to other tables, and no data stored redundantly. You will also need to choose suitable MariaDB datatypes for all data stored. Remember to use the DECIMAL datatype for money.

Data storage minimum requirements (except from Project.pdf):

Group Questions

Foobar?