The following query is in SQL:
SELECT r.reservation_no, f.flight_no, r.departure_date, f.departure_time, f.duration FROM flights f, reservations r
If i have understood your question correctly, then in the place of ??? you can have either the column name or the column index number.