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 statements is not true when having overall_gpa and gpa_in_major as attributes of the STUDENT table?
A) This will increase the time of retrieving the overall_gpa and gpa_in_major for students
B) This will increase the time of updates whenever a grade is changed
C) This will not change the normal form of the table STUDENT
D) This will avoid join operations when retrieving the gpa_in_major for a student
Correct Answer:

Verified
Correct Answer:
Verified
Q66: A(n)_ index references the rows of a
Q67: In a Btree structure,the height of the
Q68: The process of associating a query with
Q69: _ is a collection of disks that
Q70: Figuer: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB4814/.jpg" alt="Figuer: -The
Q71: In RAID technology,striping involves the allocation of
Q72: In a _ index,the order of the
Q73: The table EMPLOYEE with primary key
Q74: Which of the following is used in
Q75: A bitmap join index is actually a