Possible Software to Be Used (Cont.)


SQL (Structured Query Language)
A standard language for creating, updating, and querying databases


SQL Developer
It is a free and fully supported graphical tool for database development from Oracle.

SQLite Database
In contrast to many other relational DBMSs, SQLite is not a client-server database engine.

Rather, it is embedded into the end program. The SQLite library is a core part of the Android environment. Java applications access SQLite using the interface in the android.database.sqlite namespace.