activity 1

123456789101112131415
Across
  1. 4. – Filters groups created by GROUP BY.
  2. 7. – ORDER BY sorts the result set.
  3. 9. – Command to modify existing records in a table.
  4. 10. – Combines the result sets of multiple SELECT statements.
  5. 12. – Command to delete rows from a table.
  6. 14. – Used to add new rows to a table.
Down
  1. 1. – Used to combine rows from two or more tables.
  2. 2. – Used to filter records based on a condition.
  3. 3. – The command to create new tables or databases.
  4. 5. – GROUP BY is used to group rows with the same values.
  5. 6. – Returns the number of rows in a result set.
  6. 8. – Restricts the number of rows returned by a query.
  7. 11. – The SQL command used to retrieve data from one or more tables.
  8. 13. – Removes duplicate rows from a result set.
  9. 15. – Aggregation function that calculates the total of a numeric column.