What is the role of the Index in SQLite?
Indexes are the lookup tables which are used by the database Engines to speed up the process of retrieving of the data. We can say that the Index is a pointer to the data in a table.
BY Best Interview Question ON 09 Feb 2019