activity 1 v1

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