Skip to content
SQLSimplified
mediumstorejoinaggregateavg

Average Order Value

Problem

Return the average order line value (quantity*price) across all completed orders, aliased avg_order_value, rounded to 2 decimals.

Try It

Store (Customers/Orders/Products)

Loading database engine...

Hint

Solution

Search

Search lessons, functions, examples, and practice problems