Introduction :SQLite is an open source database which is light weight compared to other databases. It is really efficient in terms of performance as the entire database is packaged and stored as a single file within our file system. It has most of the standard SQL features like transactions, support for triggers, views, primary and foreign key constraints. It is widely used and most of the Android applications use SQLite as the database. The entire source code for the database is publicly available.Features :Some of the important features of SQLite are :
Getting started with SQLite
Working with Union in MySQL