Which statement describes SQLite?
- It is an example of flat file database.
- It is an embedded SQL database engine.
- It is a free version of RDBMS suitable for enterprises.
- It is a fully functional RDBMS for distributed data processing.
Explanation: SQLite is an embedded SQL database engine in that it does not follow the traditional client/server model like SQL RDBMS (relational database management system). SQLite reads and writes directly to ordinary disk files.
Exam with this question: Big data & Analytics Chapter 1 Quiz Answers – Data and the Internet of Things
Please login or Register to submit your answer