Which of the following is NOT an aggregate function in SQL?
2024
Which of the following is NOT an aggregate function in SQL?
- A.
CROSS PRODUCT
- B.
MAXIMUM
- C.
COUNT
- D.
SUM
Attempted by 276 students.
Show answer & explanation
Correct answer: A
COUNT, SUM, and MAXIMUM/MAX are aggregate-style functions. CROSS PRODUCT is a relational operation, not an aggregate function.