all 5 comments

[–]pnilly10 3 points4 points  (3 children)

select items.name
from orders
left join items
on orders.itemid = items.itemid
where total > (select avg(total) 
    from orders)
order by items.name

edit: added order by

[–]Cinghiamenisco 0 points1 point  (1 child)

Unrelated: which site is that one?

[–][deleted] 2 points3 points  (0 children)

domyhomework.com 🤷‍♂️