diff --git a/Chapter_06/Chapter_06.sql b/Chapter_06/Chapter_06.sql index 6c13c13..2f6e600 100644 --- a/Chapter_06/Chapter_06.sql +++ b/Chapter_06/Chapter_06.sql @@ -48,8 +48,6 @@ SELECT county_name AS county, residual_2019 AS residual FROM us_counties_pop_est_2019; -SELECT * FROM us_counties_pop_est_2019; - -- Listing 6-5: Subtracting two columns in us_counties_pop_est_2019 SELECT county_name AS county,