Q&A
Course Info
Curriculum
Get Started
1 / 5
How do you calculate the average value in a column?
SELECT
(order_total)
FROM
client_orders;
COUNT
SUM
AVG
MAX
DISTINCT
Previous
Confirm