When a record is deleted from a sequential list, a gap is created. But in a linked list, a record can be de-leted simply by changing the values of the link, or the pointer fields. In Figure H-6, the ENROLLMENT record for Student 200, Class 30, has been logically deleted. No other record points to its address, so it has been effectively removed from the chain, even though it still exists physically.