+ 1

How to convert table into 3NF???

Converting into 3NF and solving the queries

12th Apr 2017, 2:41 PM
Raashid Shaikh
Raashid Shaikh - avatar
2 Answers
+ 4
A functional dependency (which is the only type of dependency you need to consider if nothing beyond 3NF is targeted) is a rule "AB->CD" to the effect that for any valid value of our relation schema, IF you take the relational projection over {ABCD} of that relation value, then the resulting relation value will be one in which any combination of {AB} values will appear at most once. That's where the name "functional" dependency derives from : "AB->CD" expresses that both C and D values are mathematical functions of the combinations of AB values. Conversely, it expresses that the AB combination is a determinant for finding single C and D values.
12th Apr 2017, 2:55 PM
Style Jr.
Style Jr. - avatar
0
thanks @Style
15th Apr 2017, 9:54 AM
Raashid Shaikh
Raashid Shaikh - avatar