13.12

In the sequential file organization, why is an overflow block used even if there is, at the moment, only one overflow record?


Because we expect future insertions into the relation. If there is no space left after a deletion in the relation, a newly inserted record will have its new home in the overflow block , and pointers pointing in a sequential order.