I have a UPC table with below records
SKU ATTR_NAME ATTR_VALUE
--------- --------- ----------
38890630 COLOR Black
38890630 DISC Y
38890630 SIZE 8
And I want the output as below
SKU COLOR SIZE
--------- ------ ----
38890630 Black 8
I tried with multiple ways but couldn't able to get the desired output. Can some one help on this?