Database System Design and Implementation: Knox Hospital Project
VerifiedAdded on  2021/02/19
|12
|1025
|201
Practical Assignment
AI Summary
This assignment focuses on the design and implementation of a database system for Knox Private Hospital. The student explores entities such as doctors, patients, and drugs, defining their attributes and relationships. An entity-relationship diagram (ERD) is constructed to visualize these relationships, including many-to-many relationships between doctors and patients and one-to-many relationships between patients and drugs. The assignment also delves into functional dependencies and database normalization techniques (1NF, 2NF, 3NF, and BCNF). The database model is built using MS Access, including the creation of tables, relationships, and the population of these tables with relevant information. SQL queries are provided to demonstrate data retrieval and manipulation. The assignment concludes with a summary of the database system's role in managing and controlling hospital information.
1 out of 12