C2090-616 Web TestEngine demo

Exit VCEDump C2090-616 DB2 11.1 Fundamentals for LUW
Question 10 of 10
0% complete
Q10 Single choice

Consider the following SQL statement:

SELECT workdept, empno, lastname, salary,

RANK() OVER (PARTITION BY workdept ORDER BY salary) AS rank_salary

FROM employee

ORDER BY workdept, lastname

What does the RANK() OVER (PARTITION BY workdept ORDER BY salary) clause do?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in