Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Function COUNT
Function AVG
Functions SUM, MAX, MIN
Review

Instruction

Well done. You can also use COUNT(DISTINCT ...) with an expression. Let's try it out right now.

Exercise

Count how many distinct rates per word our translation agency uses. To obtain the rate for one word, divide the price by number of words. Name the column rates.

Make sure not to use integer division.