select
`s`.`description`
from
`vn`.`saleGroup` sg
join
`vn`.`sector` s
on
`sg`.`sectorFk` = `s`.`id`
where `sg`.`id` = ?