Ask Question

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. 12 June, 13:59
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers