4-4. 실습을 하다가 궁금한 점인데요. 쿼리에서 왜 group by 를 안하면 값이 하나만 나오는지 궁금합니다.
select cuisine_type,
sum(quantity) total_quantity,
count(distinct restaurant_name) count_res
from food_orders fo