SQLite database is light weight database. SQLite database is local database in Android. SQLite database development in C Programming Language and SQLite database is case sensitive database. SQLite is an open-source relational database i.e. used to perform database operations on android devices such as storing, manipulating or retrieving persistent data from the database. It is embedded in android by default. So, there is no need to perform any database setup or administration task Here using SQLiteOpenHelper and SQLiteDatabase class and two java file perform display all record in three way 1. Toast.makeText method 2. TextView Control and 3. AlertDialog.Builder class, then perform Update, Delete and Search operation. So this is first techniques.