This repository is dedicated to an assignment on database normalization. It involves analyzing a given table of patient visits (provided in CSV format), determining its normal form, normalizing it to ...
This mini project demonstrates the concept of Database Normalization — the process of organizing data in a relational database to reduce redundancy and improve data integrity. Using SQL (Oracle/MySQL) ...