Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spliting the COUNT & GROUP BY paragraph (02-sql-aggregation) #267

Open
MathildeMousset opened this issue Apr 30, 2019 · 0 comments
Open
Labels
type:enhancement Propose enhancement to the lesson

Comments

@MathildeMousset
Copy link

I suggest to split the COUNT and GROUP BY section.

When I did the lesson, I was a confused because there is GROUP BY in the title, and the first sentence explains the concept of aggregating based on some value. Yet the next three examples and the challenge are not using GROUP BY.

I would suggest split this section in two:

Aggregating / summarizing all records

Aggregating based on field(s).

This sentence would then be moved at the begining of the second part:

Aggregation allows us to combine results by grouping records based on value, also it is useful for calculating combined values in groups.

juanfrh pushed a commit to juanfrh/sql-ecology-lesson that referenced this issue Apr 16, 2020
missing comma in boilerplate generation
@ChristinaLK ChristinaLK added the type:enhancement Propose enhancement to the lesson label Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Propose enhancement to the lesson
Projects
None yet
Development

No branches or pull requests

2 participants