Employee: Eemail F - Name M - Name L - Name Avantika University Er - Model
Employee: Eemail F - Name M - Name L - Name Avantika University Er - Model
ER _MODEL eEmail
ePhn
Eid F_Name
eUser L_Name
salary
ePass ISA
w D_ID
S_pass L_Name
S_email
S_phn
S_userN
Avantika University
Relational Schema
Result
Checking & Building our
relations in 3NF
R ( E_id, F_name, M_name, L_name, Euser, Epass, Salary) R (D_id, D_name, D_location)
(Well, In the Above case 1st relation satisfies the condition (Well, In the Above case 1st relation satisfies the condition
of 3rd normal form i.e. E_id is a super key but the second of 3rd normal form i.e. D_id is a super key but the second
relation is not in 3rd normal form as it doesn’t satisfies both relation is not in 3rd normal form as it doesn’t satisfies both
the condition to be in 3NF i.e. the condition to be in 3NF i.e.
So to solve this issue we will Make Separate Relation i.e. So to solve this issue we will Make Separate Relation i.e.
Note : ALL OTHER TABLES PRESENT IN RELATION SCHEMA I.E. Takes, Opts, Works_in, Teaches contain foreign key of main table table
and once we redefined the main table in 3 NF , those tables also comes in 3NF.