SQL Crossword

123456789101112
Across
  1. 2. This is used when adding multiple WHERE clauses.
  2. 4. This keyword is used when renaming columns.
  3. 5. You use this between multiple columns you want to select.
  4. 7. This is used when combining multiple tables together.
  5. 10. The very first word used in every SQL statement.
  6. 11. This clause is used to filter results in SQL.
  7. 12. The ?? operator is used in a WHERE clause to search for a specified pattern in a column.
Down
  1. 1. The ?? operator allows you to specify multiple values in a WHERE clause.
  2. 3. This is used with ORDERBY to reverse the order of the sort.
  3. 6. This is used when selecting ALL columns in a query.
  4. 8. The ?? keyword is used to sort the result-set in ascending or descending order.
  5. 9. The ?? operator selects values within a given range. The values can be numbers, text, or dates.