Considere o seguinte comando SQL: SELECT D.NM_DEPARTAMENTO,...

Próximas questões
Com base no mesmo assunto
Q630829 Banco de Dados

Considere o seguinte comando SQL:

SELECT D.NM_DEPARTAMENTO, SUM(P.SALARIO)

FROM TB_DEPARTAMENTO D INNER JOIN TB_PROFESSOR P

ON (D.COD_DEPARTAMENTO = P.COD_DEPARTAMENTO) 


É CORRETO afirmar: 

Alternativas