I am stuck in this question. What should be the answer to this:
The relation scheme Student Performance (name, courseNo, rolINo, grade) has the
following functional dependencies:
name, courseNo, -> grade
rolINo, courseNo -> grade
name -> rolINo
rolINo -> name
The highest normal form of this relation scheme is
(a) 2 NF (b) 3 NF (c) BCNF (d) 4 NF
Relation has 2 overlapping candidate-key dependencies so it is in 3nf.