Transpose Options in SQL
In my query, I am getting output as
But the requirement is to display as
I have tried with PIVOT and UNPIVOT. but it is not working as expected. In excel it is very easy to transpose
In Oracle is there any way to achieve the same functionality?