Firs, we will learn about different data persistence technologies including simple files, before discusssing database management software including relational database systems. Next, we introduce the SQLite database, before moving on to a discussion of SQL and how to create a relational database for the example airline data.
Learn about databases. And SQLite.
Learn SQL DDL, by using SQLite.
Learn SQL DML, by using SQLite.