#110

Concert Attendance Analysis

Finance needs attendance broken down per tour leg — it feeds into royalty calculations. For each tour output its id, departure and arrival cities, and the fan count, sorted by attendance descending.

Expected output sample

This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.

fanstour_idtown_totown_from
41LondonMoscow
32ParisMoscow
23New YorkLondon

Your query result will appear here