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