Denormalized student table contains various details, leading to data redundancy and inconsistency
Normalization Process
To normalize the table, we can break it down into the following related tables.
Create Normalized Tables
Each entity was converte...