Basics Flashcards

1
Q

What months would this return?

SELECT *
FROM tutorial.us_housing_units
WHERE month_name > ‘January’

A

Feb-December

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly