sql-aggregates Flashcards

1
Q

What are some examples of aggregate functions?

A
avg()
sum()
count(*)
count()
max, min
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of a group by clause?

A

The GROUP BY statement groups rows that have the same values into summary rows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly