Select Field1,
(Select Field2 From b where Field1=a.Field2) as FieldB,
(Select Field2 From c where Field1=a.Field2) as FieldC
From a