0
Q:

mode sql course

SELECT *
  FROM tutorial.us_housing_units
0
SELECT year,
       month,
       west
  FROM tutorial.us_housing_units
0
SELECT west AS West_Region,
       south AS South_Region
  FROM tutorial.us_housing_units
0
SELECT west AS "West Region"
  FROM tutorial.us_housing_units
0
SELECT *        FROM tutorial.us_housing_units
0

New to Communities?

Join the community