Basics Flashcards
1
Q
What months would this return?
SELECT *
FROM tutorial.us_housing_units
WHERE month_name > ‘January’
A
Feb-December
2
Q
What would this return?
SELECT *
FROM tutorial.us_housing_units
WHERE month_name > ‘J’
A
All values for months that are longer then J. Including January