DEV Community

Ashok Kumar
Ashok Kumar

Posted on

"Day 2: Learning SQL Window Functions & Ranking"

Hi everyone πŸ‘‹

Today I learned some very important SQL concepts:

Window Functions β†’ OVER(), PARTITION BY

Value Functions β†’ FIRST_VALUE(), LAST_VALUE()

Ranking Functions β†’ ROW_NUMBER(), RANK(), DENSE_RANK()

Conditional Logic β†’ CASE

βœ… This helped me understand how we can analyze data row by row and also apply ranking inside groups.
πŸš€ Posting my daily SQL learnings here. Tomorrow I’ll continue with more advanced SQL topics.

Top comments (0)