Ask Question
17 December, 17:17

What makes sqlite an appropriate choice for an android application, compared to other relational database management systems, such as mysql and sql server?

+2
Answers (1)
  1. 17 December, 20:14
    0
    Object Relational DataBase Management programs like MySql, PostgreSQL, Oracle, DB2, Sybase and Microsoft can handle large (huge) databases. They're also beasts to configure, tune and deal with. SQLite is a simple database that can handle most "little" jobs, like an Android app. SQLite is good up to about 100K rows.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What makes sqlite an appropriate choice for an android application, compared to other relational database management systems, such as mysql ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers