Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 564 Bytes

sql-queries.md

File metadata and controls

21 lines (17 loc) · 564 Bytes
layout element title language exercises
page
assignment
Database Queries
SQL
SELECT
WHERE
ORDER BY
DISTINCT
Missing Data
GROUP BY
COUNT
SUM
Basic Join
Multi-table Join
Filtered Join
Detailed Join
Aggregated Join

Learning Objectives

Following this assignment students should be able to:

  • understand the basic query structure of SQL
  • execute SQL commands to select, sort, group, and aggregate data
  • use joins to combine tables in SQL

{% include reading.html %}

{% include assignment.html %}