I have the following example, two related tables
Tabela SETOR
SetorID [chave]
Setor
Vagas
Tabela FUNCIONARIOS
FuncionarioID[chave]
SetorID[chave estrangeira]
Nome
Funcao
CargaHoraria
I would like to do a SQL query filtering by Sector ID , where the result is as follows:
Display the data of the Sector and the employees linked to this sector.