SQL Data Analyst — Medium
Key points
- DENSE_RANK() handles tied rows differently than RANK()
- Tied rows receive the same rank value
- Subsequent rank numbers are not skipped
- Useful for scenarios where you want to maintain ranking order
Ready to go further?
Related questions
