-
R(a, b, c, d)
Functional dependencies: None
I think it is 0NF, because there are no functional dependencies.
R(a, b, c, d)
Functional dependencies: b->d AND a,b->c
This should be 3NF, i think.
I am stuck at this one
R(a, b, c, d, e)
Functional dependencies: a->d,e AND a,d->b,c,e