3NF - Example - Database
Q. The functional dependencies for the relational schema student performance (name, courseNo, rollno, grade) is given below :
name, courseNo -> grade
rollno, courseNo -> grade
name -> rollno
rollno-> name
What is the highest normal form of this relational schema?- Published on 25 Aug 15a. 3NF
b. 4NF
c. BCNF
d. 2NF
ANSWER: 3NF