The DBMS Used In This Course

SQLite is a relational database management system This course uses SQLite for all the demonstrations.

The ‘lite’ in SQLite means that this DBMS is light in terms of setup, administration, and resources. Unlike other databases, SQLite does not require a server to run, it is server less.

Also Flyspeed query tool has native integration for SQLite, which means all you need to do is download the sample databases from the links below and we can then quickly connect to them, and be up and running in a matter of minutes.

Complete and Continue