Oracle sql Interview Question : How to change rows to column

Опубликовано: 11 Октябрь 2024
на канале: Kishan Mashru
43,541
415

This video tutorial talks about the frequently asked oracle sql interview question of changing rows to the column. Based on the given scenario, we are asked to change the presentation of data in a table with 3 rows and 2 column to 3 columns and 2 rows.

Decode Function in oracle
   • DECODE FUNCTION IN ORACLE SQL  

Pivot and unpivot in oracle
   • How to use Pivot and Unpivot? (how to...