description: "This unit teaches how to use subqueries in PostgreSQL to filter, calculate, and manipulate data within SELECT ...
-- Write your answers below each question. -- 1. Write a scalar subquery that shows each row's sales and the overall average sales.