Which of the following is TRUE about the reliability of SQLite?

24. Which of the following is TRUE about the reliability of SQLite?

  1. Your content is continuously updated, so when the power goes out or the computer crashes, little or no work is lost.
  2. I/O code written in SQLite is less likely to be bug-prone than custom-written code.
  3. In contrast to procedural code, SQLite queries are smaller, so the chances of a bug occurring are lower.
  4. All of the above

Answer: D) All of the above

Explanation:

The following is TRUE about the reliability of SQLite -

  1. Your content is continuously updated, so when the power goes out or the computer crashes, little or no work is lost.
  2. I/O code written in SQLite is less likely to be bug-prone than custom-written code.
  3. In contrast to procedural code, SQLite queries are smaller, so the chances of a bug occurring are lower.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.