Whats the best way to get the top 5 stores according to sales in each country.
I have a transactions table that has a transaction ID, purchase amount, store name/number, and some additional geographical data that includes the store country.
Whats the best way to get the top 5 stores according to sales in each country.
I have a transactions table that has a transaction ID, purchase amount, store name/number, and some additional geographical data that includes the store country.
Hey @tyler!
Follow these simple steps to get the top 5 stores according to sales in each country: