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
- SQL Basics Slides
[5 min]Break Optional- CRUD Operations Demo
- In Class Time for CP2 CRUD Operations
Task List
- Complete and Submit Quiz 3
- Complete and Submit CP2 CRUD Operations by EOD
- Complete and Submit HW3 CRUD Operations