Consider a relation R(A, B, C, D) with four attributes A, B, C, and D. These four attributes have values that are real (or float) numbers. Attribute A is the primary key of relation R. We have: ⢠A hash index on attribute B. Additionally, we know that: ⢠R has 100,000 tuples, and ⢠There are 10 tuples of R per disk block.



Answer :

Other Questions