1.

What is a multitable clustering file organization?(a) It stores related records of two or more relations in each block(b) It stores related data about the relations in each block(c) It links each and every block by introducing an external attribute(d) None of the mentioned

Answer» Correct choice is (a) It stores related records of two or more relations in each block

Best explanation: A multitable clustering file organization stores the related records of two or more relations in each block. This allows us to read records that satisfy a join condition by using one block read.


Discussion

No Comment Found

Related InterviewSolutions