Grouping and Aggregates

No Comments

¨  Can also perform grouping on a relation before

computing aggregates

🞑 Specify a GROUP BY A1,A2,… clause at end of query

¨  Example:

“Find the average loan amount for each branch.”

SELECT branch_name, AVG(amount) AS avg_amt

FROM loan GROUP BY branch_name;

🞑 First, tuples in loan are grouped by branch_name

🞑 Then, aggregate functions are applied to each group

branch_nameavg_amt  
Central
Downtown
Mianus 
North Town
Perryridge
Redwood   
Round Hill
570.000000
1250.000000
500.000000
7500.000000
1400.000000
2000.000000
900.000000

About us and this blog

We are a digital marketing company with a focus on helping our customers achieve great results across several key areas.

Request a free quote

We offer professional SEO services that help websites increase their organic search score drastically in order to compete for the highest rankings even when it comes to highly competitive keywords.

Subscribe to our newsletter!

More from our blog

See all posts
No Comments

Recent Posts