Problem 4: Given the relation R(A,B,C,D) with FDs A->B and BC->D, if we projected attributes A,B,
C, i.e. R1:=Pi _(A,B,C)(R)
What is the minimal basis, T for our new relation R1 ?
a. Compute the closure table for R1
b. Identify all non-trivial FDs that follow from R1 given the FDs from relation R.
c. Find the minimal basis of T for R1.
Problem 4:Given the relation R(A, B,C,D) with FDs A B and BC D, if we projected attributes A, B, C,i.e.R1 =IIA.B.c(R)
What is the minimal basis,T for our new relation R1?
a.Compute the closure table for R1
{A}+= {B}+= {C}+= {AB}+= {AC}+ {BC}+ {ABC}+
b. Identify all non-trivial FDs that follow from R1 given the FDs from relation R.
Find the minimal basis of T for R1