PDF of a Power BI dashboard report that I developed
Example of some SQL Hacker Rank Challenges
Problem:
Difficulty: Medium
Pivot the Occupation column in OCCUPATIONS so that each Name is sorted alphabetically and
displayed underneath its corresponding Occupation. The output column headers should be Doctor,
Professor, Singer, and Actor, respectively.
Note: Print NULL when there are no more names corresponding to an occupation.