Using only Armstrong’s axioms and the FDs
(a) AB ? C
(b) A ? BE
(c) C ? D
give a complete derivation of the FD A ? D.
(1) A ? BE using (b)
(2) BE ? B using Reflexivity
(3) A ? B using Transitivity on (1) and (2)
(4) A ? AB using Augmentation on (3)
(5) A ? C using Transitivity on (4) and (a)
(6) A ? D using Transitivity on (5) and (c)
Computer Science & Information Technology
You might also like to view...
A ________ enables individuals to add a command button to a form or report that will perform an action when the button is clicked
Fill in the blank(s) with correct word
Computer Science & Information Technology
The __________ search algorithm requires the array to be searched be in ascending or descending order.
a. bubble b. binary c. insertion d. selection
Computer Science & Information Technology