Which database is used in Android?

by rickey_sauer , in category: Technology , 3 years ago

Which database is used in Android?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by matilde , 3 years ago

@rickey_sauer Android system uses SQLite database; it is an open source, a lightweight relational database for mobile devices. It is inbuilt in the Android system by default, so one doesn’t need to perform any database setup or administration task.

Related Threads:

What Are the Data Types Supported by Sqlite in 2025?
What are the tools used to develop an Android app?
What Are the Commonly Used Oracle Query Tools for Beginners?
What Are the Key Differences Between Postgresql and Mysql?
What Are the Best Practices for Managing Oracle Sql Databases?
What Are the Best Practices for Writing Secure Oracle Sql Queries?