Informatics Practices
Which one of the following is not an aggregate function ?
- ROUND()
- SUM()
- COUNT()
- AVG()
SQL Queries
1 Like
Answer
ROUND()
Reason — Aggregate functions in SQL include AVG()
, COUNT()
, MAX()
, MIN()
, and SUM()
.
Answered By
1 Like
Related Questions
Which of the following functions returns the substring from a given string ?
- MID
- INSTR
- SUBSTR
- CHAR
Which of the following functions returns the position of a substring in a given string ?
- MID
- INSTR
- SUBSTR
- CHAR
Which of the following SQL functions does not belong to the Math functions category ?
- POWER()
- ROUND()
- LENGTH()
- MOD()
Which of the following is not a valid aggregate function in MYSQL ?
- COUNT()
- SUM()
- MAX()
- LEN()