Database Fundamental - SQL

12345678910
Across
  1. 3. Command used to insert new records.
  2. 4. Clause used to sort query results.
  3. 5. Command used to retrieve data from a table.
  4. 7. Command used to modify existing records.
  5. 9. Clause used to filter records based on a condition.
  6. 10. Keyword used to combine two or more tables.
Down
  1. 1. Function used to count the number of rows.
  2. 2. Command used to delete records.
  3. 6. Command used to create a new table.
  4. 8. Command used to change the structure of a table.