The Query Grid

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