Weekly digest: the best articles, once a week, no spam.
Articles tagged #Data
2 article(s)
-
How to Pivot Data in SQL Server
To pivot data in SQL Server, use the PIVOT operator to turn distinct row values into columns while aggregating a measure. You supply an aggregate (like…
@llaxmikant · Mar 6, 2026 -
Types of SQL Server Joins with Examples
A join in SQL Server combines rows from two or more tables based on a related column. The type of join decides which rows survive: an INNER JOIN keeps only…
@llaxmikant · Jun 20, 2025