Hi,
I need a little help regarding a simple SQL query problem.
I have a table (Airport_Detail), which has information abt the airports:
Airport_ID:
Name:
Code:
etc..
Now I have another table Flight_Detail, which has the following fields:
Flight_ID:
From_Airport_ID: (FK from Airport_Detail...