Home »
MCQs »
SQLite MCQs
Which of the following is TRUE about the reliability of SQLite?
24. Which of the following is TRUE about the reliability of SQLite?
- Your content is continuously updated, so when the power goes out or the computer crashes, little or no work is lost.
- I/O code written in SQLite is less likely to be bug-prone than custom-written code.
- In contrast to procedural code, SQLite queries are smaller, so the chances of a bug occurring are lower.
- All of the above
Answer: D) All of the above
Explanation:
The following is TRUE about the reliability of SQLite -
- Your content is continuously updated, so when the power goes out or the computer crashes, little or no work is lost.
- I/O code written in SQLite is less likely to be bug-prone than custom-written code.
- In contrast to procedural code, SQLite queries are smaller, so the chances of a bug occurring are lower.