I have 3 tables
Table 1: CurrentInstrumentset with columns ID, Status, Type
Table 2: InstrumentsetType with columns ID, Type, AutoID
Table 3: Auto with columns AutoID, AutoName
I want to get all the CurrentInstrumentsets, but want to display the AutoName for each
Like:
SELECT CI.ID...