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)