What is PIVOT and UNPIVOT?
6164
11-May-2011
Updated on 20-Sep-2020
Anonymous User
11-May-2011A Pivot Table can automatically sort, count, and total the data stored in one table or spreadsheet and create a second table displaying the summarized data. The PIVOT operator turns the values of a specified column into column names, effectively rotating a table.
UNPIVOT table is reverse of PIVOT Table.