PostgresSQL: Cube, RollUP, Grouping Sets, Partial Cube, AND Partial RollUP Operators

Continuing my SQL education, I have been working with PostgresSQL while taking online courses via Coursera. I have create some SQL statements using cube, rollup and grouping sets operators. See below: Cube ROLLUP: Grouping Sets: Partial Cube: Partial RollUP: