Briefing Android Knowledge

Which of the following statements is correct about SQLite?

Which of the following statements is correct about SQLite?

A.
It is an object database.

B.
It is client-server format.

C.
It is possible to create and access a database by using SQLOpenHelper.

D.
It can be accessed by other applications through ContentProvider.