Computer Science
Function count() is a/an …………… function.
- Single row
- Multiple rows
- Aggregate
- None of these
SQL Joins & Grouping
1 Like
Answer
Aggregate
Reason — The COUNT() function is an aggregate function in SQL.
Answered By
1 Like
Related Questions
Which of the following group functions ignore NULL values ?
- MAX
- COUNT
- SUM
- All of the above
The functions which work with individual rows' data are called …………… function.
- Single row
- Multiple rows
- Aggregate
- None of these
The sum(), if used in a condition, is used with …………… clause.
- Group by
- With
- Where
- Having
Which clause cannot be used with "aggregate functions" ?
- GROUP BY
- SELECT
- WHERE
- Both (1) and (3)