COMP9315 22T1 Final Exam |
The University of New South Wales COMP9315 DBMS Implementation 22T1 Final Exam |
DBMS Implementation |
Consider the SQL table definition:
create table Tab ( id integer, code char(8), avg real, primary key(id) );
Assume that:
Calculate the following:
R = the size of each tuple (in bytes)
c = the number of tuples in each page
b = the total number of pages needed to store Tab tuples
State all assumptions. Show all working.
Instructions: