Which term refers to a data structure that helps in faster data retrieval from a database table?

  • Constraint
  • Index
  • Key
  • Schema
The term "Index" refers to a data structure that helps in faster data retrieval from a database table. An index is created on one or more columns of a table to facilitate quick access to rows based on the indexed column values, thereby improving the efficiency of data retrieval operations.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *