Possible Software to Be Used (Cont.)


Oracle Database Management System (DBMS)
Oracle is an object-relational DBMS. The current version is 23ai, where the ‘ai’ stands for artificial intelligence. Ours is 21c, where the ‘c’ stands for cloud.

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. Several database accesses are provided by the instructor:


      Money doesn’t buy you happiness but it can buy you a jet-ski.    
      It is impossible to be sad when you’re riding on the jet-ski.