

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following four relational schemas. For each schema, all non-trivial functional dependencies are listed. The underlined attributes are the respective primary keys.Schema I:Field ‘courses’ is a set-valued attribute containing the set of courses a student hasregistered for.Non-trivial functional dependency:rollno → coursesSchema II:Non-trivial functional dependencies:rollno, courseid → emailemail → rollnoSchema III:Non-trivial functional dependencies:rollno, courseid → marks, grademarks → gradeSchema IV:Non-trivial functional dependencies:rollno, courseid → creditcourseid → creditWhich one of the relational schemas above is in 3NF but not in BCNF? |
A. | Schema I |
B. | Schema II |
C. | Schema III |
D. | Schema IV |
Answer» C. Schema III | |