Back to the 2018 paper

Module 2: Relational Query Languages & Design

201814m

Consider the universal relation R={A,B,C,D,E,F,G,H,I}R = \{A, B, C, D, E, F, G, H, I\} and the set of functional dependencies
F={{A,B}{C},{A}{D,E},{B}{F},{F}{G,H},{D}{I,J}}F = \{\{A, B\} \rightarrow \{C\}, \{A\} \rightarrow \{D, E\}, \{B\} \rightarrow \{F\}, \{F\} \rightarrow \{G, H\}, \{D\} \rightarrow \{I, J\}\}
What is the key for RR? Decompose RR into 2NF, then 3NF relations.

Similar questions