1 / 5

How do you calculate the average value in a column?

SELECT
(order_total)
FROM
client_orders;