1.

What is SQLite and how it is differ from client server database management systems in android?

Answer»

What is SQLite and how it is differ from client server database management systems in ANDROID?
First we will discuss some basic of SQLite its a open-source relational database of choice for Android APPLICATIONS. And SQLite ENGINE is ALWAYS a serverless, transactional and self-contained. SQLite engine is linked integrally with the application instead of typical client-server relationship approach. Here library can also called dynamically and MAKES use of simple function calls that reduce latency in database access.



Discussion

No Comment Found