I built a coding tutor that won't let me cheat my way through it. Here's the prompt.
Build first, understand later.
New Xbox boss Asha Sharma has acknowledged the ongoing financial struggles of Microsoft’s gaming business, amid a shakeup and ...
case when "Region" = 'East' then 'Yes' else 'No' end as is_east, case when "Region" = 'West' then 'Yes' else 'No' end as is_west, case when "Region" = 'Central' then ...
sum(case when "Category" = 'Furniture' then "Sales" end) as total_furniture_sales, sum(case when "Category" = 'Office Supplies' then "Sales" end) as total_office ...