How does indexing a database restructure the entries of a column?

Answer:
An index or database index is a data structure which is used to quickly locate and access the data in a database table. ... The second column is the Data Reference which contains a set of pointers holding the address of the disk block where that particular key value can be found.
Explanation: