select 
staff_id,staff_name
from staff_tb
join cultivate_tb using(staff_id)
where course like '%course3%'
order by 1