Mark As Completed Discussion

Build your intuition. Fill in the missing part by typing it in.

Indexes in a database are used for ____ data retrieval and improve ____ performance. They work by creating a direct ____ between the values in a column and the ____ rows in a table. By creating the appropriate indexes, the time it takes to ____ data from a table can be significantly reduced.

Solution: query, database, mapping, corresponding, retrieve

Write the missing line below.