Question
Normalize a set of data Answer a question. Here are the data categories we want to normalize: patient | insurance company | date of birth
Normalize a set of data Answer a question. Here are the data categories we want to normalize: patient | insurance company | date of birth | address | allergies | doctor | hospital And here what some sample data would look like (the minimum amount of columns): John Byrnes | Anthem | 2019-02-15 | 123 Main St. Ladoga, IN 46900 | penicillin, sulfonamides, carbamazepine | Dr. Mary Glass | Methodist ***** You need to decide how many tables you will need to make in order to track the data categories. Do not submit the stages of normalization or explain anything. You can split the original columns further if needed. NOTE: Instead of using actual "tables" for this exercise, you will use a standard notation like this. nameOfTable (primaryKey, *foreign key, columnName, columnName, columnName) Use a word processor (such as MS Word) for your notation. For consistency, use camelCase for table and columns. Bold/underline any Primary Key columns. Place an asterisk (*) before any Foreign Key columns. Do not include any of the actual data! Just submit the final result (the set of tables) along followed by your answer to this question: Which column(s) would you index in your tables? Explain why.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started