Do Math with Your Data
Explore how to perform basic calculations in SQL by using aggregate functions to count rows, calculate totals, averages, minimums, and maximums. Learn to rename columns for clearer query results and improve your data analysis skills.
We'll cover the following...
We'll cover the following...
Let’s make your database do some basic calculations. SQL includes powerful functions like COUNT, SUM, AVG, MIN, and MAX, and they’re easier than you think.
Goal
You’ll aim to: