Query the Nth highest salary without using row_number() or rank().
Anonymous
It was is MS SQL which at the time didn't know LIMIT was not a keyword in it. They ended up asking if I could do it using a window function where I just used DENSE_RANK()
Check out your Company Bowl for anonymous work chats.