I have an employee table that has only three columns, NOME
, CARGO
and SALARIO
, I want to set up a query that brings me this whole table and contains the highest salary value for the job. Totalizing 4 Columns ( NOME
, CARGO
, SALARIO
and MAIOR_SALARIO_P_CARGO
This is to check the variation.