CO1 : Data Manipulation Commands

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