Assign row number to employees based on salary (highest first).
Mission:Practice the core SQL concept for this chapter.
Investigation:Assign row number to employees based on salary (highest first).
Expected Outcome:Return the correct result set.
Concept tags:#WINDOW#RANK#ROW_NUMBER#LAG#LEAD
Estimated: 3 minDifficulty: Intermediate