Hi want to convert a row with multiple columns into 2 columns with multiple rows.
For example: consider select * from emp where empno = 7788 which gives the following output

I am trying to display the above data as in below image.

Is it possible that we can vertically display the data instead of horizontally?