SQL Aggregates
Learning Objectives
- Compute aggregate expressions over retrieved data using the
GROUP BY
andHAVING
clauses - Organize retrieved data using the
ORDER BY
clause
How to Complete this Lesson
- Read Fundamentals of Database Management Systems Chapter 4: Relational Data Retrieval: SQL (60 minutes)
- Complete the following lessons from Select Star SQL:
- Attend the class meeting
- Complete the practice queries