commit ec14bc6cff70dadf7774e359bddb61827243ce53 Author: noah Date: Mon Oct 31 15:13:04 2022 -0500 Adding README and docx diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2e90ba --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Case Study 6 + +## Instructions +- Answer questions A through E of the Morgan Importing Project found on page 321. +- Create and set up the MI_CH02 database with the given SQL files. +- Deliver a single document. +- These questions require answering the Morgan Importing Project questions at the end of Chapter 5. + +## Questions MI.A - MI.E +A.) Convert this data model to a database design. Specify tables, primary keys, and foreign keys. Using Figure 6-43 as a guide, specify column properties. + +B.) Describe how you have represented weak entities, if any exist. + +C.) Describe how you have represented supertype and subtype entities, if any exist. + +D.) Create a visual representation of your database design as a Crow’s Foot E-R diagram similar to the one in Figure 6-39. + +E.) Document your minimum cardinality enforcement using referential integrity actions for required parents, if any, and the form in Figure 6-29(b) for required children, if any. diff --git a/Schrick-Noah_Case-Study-6.docx b/Schrick-Noah_Case-Study-6.docx new file mode 100644 index 0000000..a77e990 Binary files /dev/null and b/Schrick-Noah_Case-Study-6.docx differ