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

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