The Relational Model and Normalization - Technical MCQs

Q1:

Given the functional dependency R → (S,T) , then it is also true that R → S.

A True

B False

ANS:A - True

R->(S,T) means each element of set R is present in a set S, T.

So we can say that R->s R->T.