CO1 : Data Manipulation Commands

123456789
Across
  1. 4. Command used to add new records into a table
  2. 5. Clause used in the UPDATE command to change values
  3. 6. Command used to remove records from a table
  4. 8. Command used to modify existing records
  5. 9. Clause used to specify the table in SELECT or DELETE
Down
  1. 1. Operation used to combine rows from multiple tables
  2. 2. Clause used to filter rows during data manipulation
  3. 3. Keyword used in INSERT to specify data to add
  4. 5. Command used to retrieve data from a table
  5. 7. Clause used to sort the result set