Home »
MCQs »
SQLite MCQs
The SQLite database engine is ____. It is self-contained and no configuration is required
2. The SQLite database engine is ____. It is self-contained and no configuration is required.
- Serverless
- Transactional
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
The SQLite database engine is serverless and transactional. It is self-contained and no configuration is required.