IMDb Genre

Hard
0/120
Average time to solve is 30m

Problem statement

Note:
1. Do not print any row where either genre or the net profit is empty/null.
2. net_profit = Domestic + Worldwide - Budget
3. Keep the name of the columns as 'genre' and 'net_profit'
4. The genres should be printed in alphabetical order.
Solution
(100% EXP penalty)
IMDb Genre
Console