Multiple choice technology embedded technologies

What is the tool used to debug an Android database?

  1. dbdebug

  2. Sqldebug

  3. mysql

  4. sqlite3

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

The command-line tool sqlite3 is shipped with Android (or accessible via adb shell) and allows developers to inspect, query, and debug SQLite databases directly. The options dbdebug and Sqldebug are not official Android SDK database debugging tools.