select 
t1.staff_id
,t2.staff_name
from cultivate_tb t1
join staff_tb t2
on t1.staff_id = t2.staff_id
where t1.course like '%course3%'