If you compare the linked list with the index, you will notice the essential difference between them. In a
linked list, the pointers are stored along with the data. Each record contains a link field containing a
pointer to the address of the next related record. But in an index, the pointers are stored in indexes,
separate from the data. Thus, the data records themselves contain no pointers. Both techniques are
used by commercial DBMS products.