diff --git a/website/content/assignment/10-lab.Rmd b/website/content/assignment/10-lab.Rmd index b9afb409..f334df65 100755 --- a/website/content/assignment/10-lab.Rmd +++ b/website/content/assignment/10-lab.Rmd @@ -161,7 +161,7 @@ Repeat the previous query but use `HAVING` to only keep the groups with 40 or mo # Exercise 7 -The following query calculates a number of summary statistics for the payment table using `MAX`, `MIN`, `AVG` and `SUM` +Write a query that calculates a number of summary statistics for the payment table using `MAX`, `MIN`, `AVG` and `SUM` ```{sql, connection=con} diff --git a/website/content/assignment/10-lab.md b/website/content/assignment/10-lab.md index e4fc28f6..7a98a90d 100644 --- a/website/content/assignment/10-lab.md +++ b/website/content/assignment/10-lab.md @@ -168,7 +168,7 @@ Repeat the previous query but use `HAVING` to only keep the groups with 40 or mo # Exercise 7 -The following query calculates a number of summary statistics for the payment table using `MAX`, `MIN`, `AVG` and `SUM` +Write a query that calculates a number of summary statistics for the payment table using `MAX`, `MIN`, `AVG` and `SUM` ```sql