SQL Кръстословица

12345678910
Across
  1. 2. A clause that filters rows based on a condition
  2. 3. A logical operator requiring all conditions to be true
  3. 5. An aggregate function that calculates the total of values
  4. 6. A language for working with relational databases
  5. 8. A logical operator that negates a condition
  6. 9. A command that adds a new row to a table
Down
  1. 1. Specifies the table from which data is taken
  2. 3. An aggregate function that computes the average value
  3. 4. A keyword that removes duplicate values
  4. 5. A command used to retrieve data from a table
  5. 7. Sorts the query results in ascending or descending order
  6. 10. A logical operator requiring at least one condition to be true