SQL – Indexes

  • Post author:
  • Post category:SQL
  • Post comments:1 Comment

Indexes are special lookup tables that the database search engine can use to speed up data retrieval. Simply put, an index is a pointer to data in a table. An index in…

Continue ReadingSQL – Indexes