Informatics Practices
Related Questions
Which of the following are correct aggregate functions in SQL ?
- AVERAGE()
- MAX()
- COUNT()
- TOTAL()
Write the output of the following SQL command :
SELECT Round(49.88);
- 49.88
- 49.8
- 49.0
- 50
The avg() function in MySQL is an example of …………… .
- Math function
- Text function
- Date Function
- Aggregate Function
An aggregate function performs a calculation on …………… and returns a single value.
- single value
- multiple values
- no value
- none of these