Across
- 2. Helps you pick exactly which rows to work with.
- 4. Command that completely gets rid of a table — no going back!
- 6. SQL statement used to modify the structure of an existing table.
- 7. SQL operator used for pattern matching within string values.
- 8. A field in one table that refers to the primary key of another table.
- 11. Goes with UPDATE to say which new values you want.
Down
- 1. Unique identifier for each record in a database table.
- 3. Tells the database how to neatly sort your results.
- 5. Constraint ensuring that no two records have the same value in a specific column.
- 9. Only one of the conditions needs to be true — easygoing!
- 10. Flips things around — makes true into false, and false into true.
