InterviewSolution
Saved Bookmarks
| 1. |
Explain What Are Sqlite Indexes? |
|
Answer» SQLite INDEXES are special lookup TABLES that the DATABASE search ENGINE use to SPEED up data retrieval. In simple words, it is a pointer to data in a table. SQLite indexes are special lookup tables that the database search engine use to speed up data retrieval. In simple words, it is a pointer to data in a table. |
|