Home »
MCQs »
SQLite MCQs
Instead of reading the whole file and storing it in memory, SQLite only ____ the data that is needed
22. Instead of reading the whole file and storing it in memory, SQLite only ____ the data that is needed.
- Adds
- Restores
- Loads
- Deletes
Answer: C) Loads
Explanation:
Instead of reading the whole file and storing it in memory, it only loads the data that is needed.