#90

Tour Departures in a Time Window

The tour coordinator needs a list of tour legs that departed on January 15, 2024 between 10:00 and 14:00 inclusive — to cross-check driver schedules. Output those tour legs with all of their fields.

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.

idband_idtime_intown_totime_outtown_fromvenue_type
732024-01-15 18:45:00Lyon2024-01-15 10:30:00ViennaArena
2122024-01-15 19:15:00Madrid2024-01-15 12:15:00LisbonClub

Your query result will appear here