Question: It is possible to use multiple aggregate functions in a single SQL query. Aggregate functions are used to perform calculations on a set of values
It is possible to use multiple aggregate functions in a single SQL query. Aggregate functions are used to perform calculations on a set of values and return a single value. To use multiple aggregate functions in a single SQL query, you simply need to include them in the SELECT statement separated by commas. As an example:
SELECT COUNT AVGsalary MAXsalary MINsalary
FROM employees;
Question Select one:
True
False
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
