Which of the following is NOT an aggregate function in SQL?

2024

Which of the following is NOT an aggregate function in SQL?

Answer: A. CROSS PRODUCTCOUNT, SUM, and MAXIMUM/MAX are aggregate-style functions. CROSS PRODUCT is a relational operation, not an aggregate function.

  1. A.

    CROSS PRODUCT

  2. B.

    MAXIMUM

  3. C.

    COUNT

  4. D.

    SUM

Attempted by 1483 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.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…