#147

Tour Timetable

Ahead of the season the team needs a unified timeline of every transit leg: from, to, departure and arrival times. Output these four fields for every tour leg, sorted by departure time.

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.

time_intown_totime_outtown_from
2024-01-12 11:30:00Hamburg2024-01-12 07:15:00Prague
2024-01-13 16:00:00Milan2024-01-13 09:30:00Zurich
2024-01-14 20:45:00Oslo2024-01-14 13:00:00Helsinki

Your query result will appear here