Briefing Android Knowledge

What is the result of the query when run on SQLite database?

What is the result of the query when run on SQLite database?

A.
The result is returned in the form of a List

B.
The result is returned in the form of a Map

C.
A cursor is returned that points to all rows found by query.

D.
All are correct