Multiple Choice
A database consists of the tables STUDENT (PK = sno, sname, major) , COURSE (PK = cno, major, ) , OFFERINGS (PK = cno and ofno, ) , ENROLLMENT (sno, cno, ofno, grade) . All tables satisfy BCNF. Overall_gpa and gpa_in_major are computed for each student.
-Which of the following is not true of having sname as an attribute of ENROLLMENT?
A) This will facilitate retrieving grades of students in different offerings
B) This will result in update anomalies when the student's grades are updated
C) This will cause ENROLLMENT to violate 2NF
D) This will violate referential integrity in table ENROLLMENT
Correct Answer:

Verified
Correct Answer:
Verified
Q13: Using the index matching rules on a
Q14: In the processing of an SQL statement
Q15: In order to optimize queries,some DBMSs allow
Q16: In a hash file,if two keys hash
Q17: To analyze value distribution in a table,a
Q19: List three characteristics of a Btree file
Q20: Unordered sequential files are sometimes known as
Q21: File structures,data placement,data formatting,and denormalization are all
Q22: Which of the following is true about
Q23: Which one of the following is true