R = ABCD
F = {D -> C, AB -> C, AD -> B, BD -> A, AC ->
B}
1- Identify the candidate key(s) for R.
2- Find the minimal cover.
3- Decompose it into BCNF relations
4- Decompose in 3NF using synthesis algorithm.
R = ABCD F = {D -> C, AB -> C, AD -> B, BD -> A, AC -> B} 1- Identify the candidate key(s) for R. 2- Find the minimal co
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am