0 likes | 8 Views
In this video, I had discussed about Normalization in detail
E N D
Normalization in Database Management System Presented byS.Prathiba
Overview • Purpose of Normalization • Problems • Normalization • Solution • Example
Insertion Anomaly • Deletion Anomaly • Update Anomaly
R(ABCDEF) a. AB →C b. C→ DE c. E→ F d. F → A Step 1: Identify the candidate keys - AB,EB,BC,FB. Step 2: Write all the prime attributes - A,B,C,E,F
Step 3: Write the non prime attributes - D Step 4: Check for the highest normal form - BCNF,3NF,2NF. AB,EB,BC,FB are candidate keys. • AB →C • C→ DE • E→ F d. F → A
Here AB is a key, but the next attribute C is not a super keyset is not in BCNF.
3NF-LHS should be a super key or RHS should be prime attribute. Here the condition is not satisfied for b as D is not prime attribute.
2NF- proper subset of CK -> Non-prime attribute. This is known as Partial dependency. • Partial dependency should not exist in second normal form.
Here the condition is not satisfied. C→ DE • Therefore the relation is in first normal form.
The following topic has around 3000 views: https://www.youtube.com/watch?v=WcH3txglwwM&t=26s
The following video has more than 500 views: https://www.youtube.com/watch?v=j0RPblzC8c4&t=702s
Few of my videos have more than 300 views: https://www.youtube.com/watch?v=LCR1Fd79agI&t=515s
Click on the following link to access my YouTube channel. https://www.youtube.com/channel/UC22HlSaGRuGRSNA90Kl9LVQ/videos