Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What are the different states wherein a process is based?

0 Answers  


What is the use of an activitycreator?

0 Answers  


When to use asynctask?

0 Answers  


What is the use of android manifest.xml?

0 Answers  


There are four Java classes related to the use of sensors on the Android platform. List them and explain the purpose of each.

1 Answers  


How can I enable my android system webview?

0 Answers  


What is the main reason of using process lifecycle in android?

0 Answers  


what is the difference between this and getapplicationcontext in android?

0 Answers  


When did android become open source?

0 Answers  


Specify key disadvantages of android?

0 Answers  


What can android 7.0 do?

0 Answers  


What's the latest android operating system?

0 Answers  


Categories