Instruction
Write a query to return the name of the store and its manager, that generated the most sales.
Table: sales_by_store
Movie sales by store
col_name | col_type -------------+---------- store | text manager | text total_sales | numeric
Sample results
store | manager -----------+-------------- Woodridge | Jon Stephens