Consider the following schema.
R = (A, B, C, D, E)
S = (G, H, I, J)
F = {A—> B
B—>C
B—> E
B–>–>D
G–> H
G–> I
I–> J}
a-Normalize the above schema with given constraints, to 4NF.
b- Compute B+.
Expert Answer
An answer will be send to you shortly. . . . .