OtherAcionsNVARCHAR(100) 10.Treatment AttributeData TypeKey AccessionNumberNVARCHAR(50)PRIMARY KEY FOREIGN KEY REFERENCES Accession (AccessionNumber) MedicineNVARCHAR(100)PRIMARY KEY StartDateDATE StopDateDATE 2holowczak.com (2016), Converting E-R Models to Relational Models [online]. Available: http://holowczak.com/converting-e-r-models-to-relational-models/ [2018, May] Assumptions/Additional Information Following assumptions are used in designing the AZWH database- 1.A carer group may be specialized in more than one area. 2.A carer group may have any number of carers. 3.The level of patient is necessary to be stored into the database. 4.A council can also admit the patient. Normalization The database is in third normal form as the following database rules are used on the entire database- First Normal Form -Remove repeated groups of data from all tables and generate new tables. -Set primary key in all tables. Second Normal Form -All tables are in first normal form. -All fields are depending upon the primary key. Third Normal Form
-All tables are in second normal form. -Remove transitive dependency from all tables. Table BreedType Table Treatment Table CouncilArea Table Carers Table OtherContacts \
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
Table Patient Table DNASamples Table Accession Table Treatment All tables showing above are satisfying all the above defined rules of normalization. All the tables are satisfying the normalization rules similarly.