Skip to content

Commit

Permalink
updated wording of lab10 Q7
Browse files Browse the repository at this point in the history
  • Loading branch information
kstreet13 committed Oct 31, 2023
1 parent a87080e commit 556c3f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/assignment/10-lab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion website/content/assignment/10-lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 556c3f6

Please sign in to comment.