How to Turn Rows into Columns, or Pivot (Flip) Tables with Oracle SQL CASE & DECODE

Details
Title | How to Turn Rows into Columns, or Pivot (Flip) Tables with Oracle SQL CASE & DECODE |
Author | SkillBuilders |
Duration | 4:25 |
File Format | MP3 / MP4 |
Original URL | https://youtube.com/watch?v=R7U4gy6nvoI |
Description
Pivoting tables (columns to rows, rows to columns) is a common data analysis requirement. Learn how to accomplish this with Oracle SQL CASE and DECODE