Computer Science
The functions which work with individual rows' data are called …………… function.
- Single row
- Multiple rows
- Aggregate
- None of these
Related Questions
Which of the following is a SQL aggregate function ?
- LEFT
- AVG
- JOIN
- LEN
Which of the following group functions ignore NULL values ?
- MAX
- COUNT
- SUM
- All of the above
Function count() is a/an …………… 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