Microsoft Fabric Analytics Engineer Associate DP-600

Microsoft Fabric Analytics Engineer Associate DP-600

Get started today

Ultimate access to all questions.


You are working with a lakehouse in Fabric that contains a table named 'Employees' with columns 'EmployeeID', 'FirstName', 'LastName', 'Department', and 'Salary'. You need to write a SQL query to find the highest paid employee in each department. How would you structure this query?




Explanation:

Option A correctly finds the highest paid employee in each department. Options B, C, and D either do not calculate the maximum salary correctly or do not group by the department correctly.