sql

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