Multiple choice technology operating systems

Data Storage(DataBase) in Android is achieved by

  1. MySQL

  2. Microsoft SQL Server

  3. SQLite

  4. Oracle

  5. DB2

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

Android's built-in platform database engine is SQLite, which is lightweight and embedded directly within the OS. Other relational databases like MySQL, Oracle, DB2, and SQL Server are typically enterprise database engines used on servers, not locally embedded in standard Android environments.