Python_Institute
PCPP-32-101 · Question #89
PCPP-32-101 Question #89: Real Exam Question with Answer & Explanation
The correct answer is B. It's possible to store an SQLite database in RAM. C. An SQLite database can be moved between 32-bit and 64-bit systems.. SQLite supports in-memory databases that reside entirely in RAM. SQLite database files are cross-platform compatible between 32-bit and 64-bit systems.
Question
Select the true statements about the sqlite3 module. (Choose two.)
Options
- AThe SQLite engine requires a separate process.
- BIt's possible to store an SQLite database in RAM.
- CAn SQLite database can be moved between 32-bit and 64-bit systems.
- DA complete SQLite database is stored in multiple files.
Explanation
SQLite supports in-memory databases that reside entirely in RAM. SQLite database files are cross-platform compatible between 32-bit and 64-bit systems.
Community Discussion
No community discussion yet for this question.