Week 01: Introduction to Databases & SQL Basics

SLOs for Week 01

At the end of this unit, students will be able to…

  1. Explain the purpose and importance of relational databases.
  2. Differentiate between relational databases and other types of data storage.
  3. Query data from a single table using SELECT statement.
  4. Sort the result set in ascending and descending order using ORDER BY.
  5. Filter data according to various conditions using DISTINCT, WHERE, AND, OR, LIMIT/OFFSET, BETWEEN, IN, LIKE and ILIKE, GLOB and IS NULL.
  6. Analyze a dataset using simple queries.

Slides, videos, and application exercises

Week 01: Slides

Only people at Calvin can access the slides.

Mark Simon. (2023). Getting Started with SQL and Databases : Managing and Manipulating Data with SQL. Apress. - Chapters 1, 2 and 3

Homework 01

Project 01