T4 and T5 SQL (H446)

12345678910111213141516171819
Across
  1. 6. An SQL statement used to remove records from a table.
  2. 7. An operator used to specify multiple possible values for a column.
  3. 8. An option to sort results in descending order.
  4. 9. The clause in SQL that lists the search criteria for data retrieval.
  5. 11. An operator used to specify an inclusive range in SQL queries.
  6. 12. A logical operator used to combine conditions in a WHERE clause.
  7. 15. An option to sort results in ascending order.
  8. 17. A logical operator used to negate a condition in a WHERE clause.
  9. 18. An SQL statement used to add, delete, or modify columns in an existing table.
  10. 19. The clause in SQL that specifies the table(s) where data will come from.
Down
  1. 1. An operator used in SQL to search for a pattern.
  2. 2. An SQL statement used to modify existing records in a table.
  3. 3. The statement used to extract fields from one or more tables in SQL.
  4. 4. A keyword used to combine data from two linked tables.
  5. 5. An SQL statement used to add a new record to a table.
  6. 9. A symbol like '*' used to mean "all" or "one or many characters" in SQL.
  7. 10. An SQL statement used to define and make a new table.
  8. 13. A declarative language used for querying and updating relational databases.
  9. 14. A logical operator used to combine conditions in a WHERE clause.
  10. 16. The clause used to sort the results of an SQL query.