The image shows the concept of the UNPIVOT function, which transforms columns into rows. After UNPIVOT, the month columns (Jan_Sales, Feb_Sales, Mar_Sales) are converted into rows under a new column called TIME_ID, and their values are placed in a single column AMOUNT_SOLD. Now, each original row is split into multiple rows, one for each month.