top of page
SQL TSQL Pivot
We is Pivot Unpivot in SQL
Pivot unpivot in SQL are two relation operator that used to Convert a table Expression into another
In Short Pivot and Unpivot in SQL are used to generate a multidimensional reporting.
Pivot :- in SQL Pivot is used to convert row Level to Column Level
Unpivot :- in SQL Pivot is used to convert Column Level to Row Level
bottom of page