select c.staff_id, s.staff_name
from cultivate_tb c
left join staff_tb s using(staff_id)
where course like "%course3"