Advertiser Disclosure
Home
Start Here- Intro
SELECT statement
Aggregate Functions
GROUP BY clause
HAVING clause
ORDER BY clause
Combining Conditions and Boolean Operators
IN and BETWEEN
Mathematical Functions
Table Joins, a must
Full Site
About
Copyright 2021 © QuinStreet Inc. All Rights Reserved
SEARCH
Mathematical Function Exercise Answers
Exercise #1
select item, sum(price)/sum(quantity)
from items_ordered
group by item;
Exercise #2
Go Back to previous Mathematical Functions page
1
2
3
4
5
6
7
8
9
10
Home
Mobile Site
|
Full Site