Filtering Data Flashcards
1
Q
WHERE position
A
The WHERE clause is specified right after the table name (the FROM clause).
WHERE must go BEFORE ORDER BY
2
Q
WHERE clause operators
A
3
Q
Text indicator
A
‘’
4
Q
NULL
A
no value – WHERE prod_price IS NULL