select s.staff_id,s.staff_name
from staff_tb s join cultivate_tb c using(staff_id)
where c.course like '%3%'