In the following how can I pull the staff name (first and last) from the staffmaster file instead of staffmasterid_c from the enrollments table (ec,ew & ed)?
select c.uniqueid_c,
c.clientcode_c,
a.type_c as a_type,
a.address1_vc,
a.address2_vc,
a.address3_vc,
a.city_vc,
a.state_c...