Describe the purpose of indexes.- It allows the server to retrieve requested data, in as few I/O operations. - It improves the performance. - It is used to find the records quickly in the database without scanning the entire table. - It is list of values in a table with the storage locations of rows.
|