AVG()
function introduced in our Intro to SQL for Data Science course. You will use it in combination with left join to determine the average gross domestic product (GDP) per capita by region in 2010.countries
table on the left and the economies
table on the right.year
.