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