Aggregate Functions Flashcards

1
Q

Aggregate functions

A

Combine multiple rows together to form a single value of more meaningful information.

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

Group By

A

Is a clause used with aggregate functions to combine data from one or more columns.

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

Having

A

Limit the results of a query based on an aggregate property.

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

COUNT()

A

Count the number of rows.

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

SUM()

A

The sum of the values in a column

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

MAX()/MIN()

A

The largest/smallest value

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

AVG()

A

The average of the values in a column

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

ROUND()

A

Round the values in the column.

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