
문제 풀이 링크: https://datalemur.com/questions/pizzas-topping-cost McKinsey SQL Interview Question | DataLemurMcKinsey SQL Interview Question: Write a query to calculate the cost of 3-topping pizzas.datalemur.com 🍕 3-토핑 피자 조합 비용 계산 문제 요약목적: 서로 다른 3개 토핑으로 만들 수 있는 모든 피자 조합에 대해 총 재료 비용을 계산하고 출력조건:토핑은 반복 없이 서로 달라야 함 (예: 'Pepperoni,Pepperoni,Onion' ❌)토핑 이름은 알파벳 순서대로 나열해야 함 (예: 'Chicken,Onions,Sausage' ✅)..