Android Application Development (AND-401) — Question 79

Which of the following statements is correct about SQLite?

Answer options

Correct answer: D

Explanation

Option D is correct because SQLite databases can indeed be accessed by other applications using ContentProvider. Options A and B are incorrect as SQLite is a relational database, not an object database, and it does not operate in a client-server model. Option C is misleading as SQLOpenHelper is a helper class but does not encompass the full capabilities of SQLite database interactions.