Briefing Android Knowledge

Which of the following is NOT true about SQLiteOperHelper class?

Which of the following is NOT true about SQLiteOperHelper class? (Choose two)

A.
It has two abstract methods: onCreate() and onUpgrade().

B.
It is used to perform database querying.

C.
It manages database creation and updates.

D.
It manages database versions using ContentProvider.