nerdexam
Python_Institute

PCPP-32-101 · Question #89

Select the true statements about the sqlite3 module. (Choose two.)

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.

Databases

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.

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    96% (26)

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.

Topics

#sqlite3#in-memory database#cross-platform#database storage

Community Discussion

No community discussion yet for this question.

Full PCPP-32-101 Practice