Multiple choice

Android by default supports

  1. SQLDatabase

  2. SQLite database

  3. access database

  4. android database

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Android's built-in database support is SQLite, a lightweight relational database engine. Developers interact with it through Android's SQLite API and SQLiteDatabase class, not through SQLDatabase, Access, or any custom 'android database'.