Skip to content

Week 4 - SQL Basics

Learning Objectives

After today's class, you should be able to:

  • Build a foundational understanding of SQL, covering ANSI standards, query formatting, how to construct basic statements, and the difference between the written order of a query and how it is actually executed.
  • Learn to construct SQL queries to perform basic CRUD operations and introduce common operators and functions.
  • Gain hands-on experience performing CRUD operations on a real database.

Class Agenda

Task List

Additional Resources

DB Browser Import csv to Existing Table