Computer Science for IGCSE & O level - Databases (Section 3 - No. 25)

Which of the following is an example of an aggregate function in SQL?
`WHERE`
`COUNT`
`SELECT`
`FROM`

Explanation

`COUNT` is an aggregate function, used to calculate a value from multiple rows.

Comments (0)

Advertisement