Introduction to Data Science

University of Illinois

Robert J. Brunner

Spring 2015

</DIV>


Week 10: Introduction to Data Persistence

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.

Topic 1: Intrdouction to Databases

Learn about databases. And SQLite.

Topic 2: Introduction to SQL DDL

Learn SQL DDL, by using SQLite.

Topic 3: Introduction to SQL DML

Learn SQL DML, by using SQLite.