SQL RANK vs DENSE_RANK vs ROW_NUMBER: When Rankings Skip or Repeat
Three SQL window functions, one confusing result set. If your rankings are skipping numbers or repeating unexpectedly, you're probably using the wrong function for the job. Here's exactly how each one works and when to reach for it.