Week 01: Introduction to Databases & SQL Basics
SLOs for Week 01
At the end of this unit, students will be able to…
- Explain the purpose and importance of relational databases.
- Differentiate between relational databases and other types of data storage.
- Query data from a single table using
SELECT
statement. - Sort the result set in ascending and descending order using
ORDER BY
. - Filter data according to various conditions using
DISTINCT
,WHERE
,AND
,OR
,LIMIT/OFFSET
,BETWEEN
,IN
,LIKE
andILIKE
,GLOB
andIS NULL
. - Analyze a dataset using simple queries.
Slides, videos, and application exercises
Homework 01
Project 01