سلام من نتونسم درست متوجه group by و join بشم میشه رو این مثال به من این دو مورد رو توضیح بدین؟
select customers.name,count(orders.customerID) as "tedad sefaresh"
from customers join orders on customers.customerID = orders.customerID
GROUP BY coustomer.name
order by tedad sefaresh DESC