activity

12345678
Across
  1. 4. Command to modify existing records in a table
  2. 6. Removes duplicate rows from a result set
  3. 8. The SQL command used to retrieve data from one or more tables.
Down
  1. 1. Returns the number of rows in a result set
  2. 2. Restricts the number of rows returned by a query
  3. 3. Used to add new rows to a table
  4. 5. Used to filter records based on a condition
  5. 6. Command to delete rows from a table.
  6. 7. The command to create new tables or databases.