Question
Easy

Which of the following is not a valid aggregate function ?

1
COUNT
2
COMPUTE
3
SUM
4
MAX
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option B
Explanation

The correct option is (2): The correct answer is COMPUTE because it is not recognized as a standard SQL aggregate function. Aggregate functions are essential SQL tools designed to perform a calculation on a set of values (a column) and return a single summary result. The internationally accepted set of core aggregate functions includes AVG, COUNT, MIN, MAX, and SUM. The term COMPUTE was a clause found in older, proprietary…Read More

Which of the following - HTET Level 3 | Clear Cutoff