What database is used in android? How does it differ from client-server database management systems?



What database is used in android? How does it differ from client-server database management systems?..

Answer / nc1-309

Database is used in Android is SQLite

Since Android was created, we app developers have been using SQLite to store our local data. Sometimes directly with SQL statements, sometimes using an Object-Relational Mapper (ORM) as an abstraction layer, but either way, we've been using SQLite at the end of the day.

SQLite is different from client-server database management system :-

SQLite is a server-less database and is self-contained. This is also referred to as an embedded database which means the DB engine runs as a part of the app. On the other hand, MySQL requires a server to run. MySQL will require a client and server architecture to interact over a network.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Android OS Interview Questions

In android, which layout mode defines the positions of each component relative to each other?

0 Answers  


What is lazy loading in android?

0 Answers  


What is content provider?

1 Answers  


Provide the important core components of android.

0 Answers  


What is the manifest file and how is it used?

0 Answers  






What is logging (logcat)?

0 Answers  


Which is better mvp or mvvm android?

0 Answers  


Explain the characteristics of android

0 Answers  


Can I update my android version?

0 Answers  


Please explain what is difference between serializable and parcelable ? Which is best approach in android?

0 Answers  


Which is better colour os or miui?

0 Answers  


Can phonegap work with contacts data of mobile device?

0 Answers  


Categories