Across
- 4. Command used to add a new row into a table.
- 6. Clause that indicates the table from which the data is selected.
- 8. Clause used to specify a condition in a query.
- 9. Logical operator requiring all conditions to be true.
- 10. Keyword that removes duplicate values from the result set.
- 13. Operator that negates a condition in SQL.
- 14. Command used to retrieve data from a table.
Down
- 1. Operator used to filter values within a range.
- 2. Logical operator that is true if at least one condition is true.
- 3. Operator used for pattern matching in text data.
- 5. Aggregate function that calculates the total of a numeric column.
- 7. Clause that sorts the results by a chosen column.
- 9. Aggregate function that calculates the average value.
- 11. A language used for managing and retrieving data from relational databases.
- 12. Aggregate function that returns the number of rows.
