IboyApp ST10178848

1234567891011121314151617181920
Across
  1. 1. The keyword used to calculate the sum of values in a column. (1 letter)
  2. 5. The keyword used to count the number of rows in a table. (1 letter)
  3. 7. The keyword used to retrieve the minimum value from a column. (1 letter)
  4. 11. A command used to retrieve data from a database table. (4 letters)
  5. 12. A command used to rename a table. (4 letters)
  6. 13. The keyword used to calculate the sum of values in a column. (1 letter)
  7. 15. A command used to update existing rows in a table. (4 letters)
  8. 18. The keyword used to join two or more tables based on a common column. (1 letter)
  9. 20. A command used to delete rows from a table. (4 letters)
Down
  1. 2. The keyword used to specify a unique constraint on a column. (1 letter)
  2. 3. The keyword used to specify the constraints on a column when creating a table. (6 letters)
  3. 4. The keyword used to filter rows in a SELECT statement. (1 letter)
  4. 6. The keyword used to specify the data type of a column when creating a table. (1 letter)
  5. 8. A command used to insert new rows into a table. (4 letters)
  6. 9. The keyword used to specify a foreign key constraint. (3 letters)
  7. 10. The keyword used to retrieve the maximum value from a column. (1 letter)
  8. 14. The command used to add a new column to an existing table. (3 letters)
  9. 16. The keyword used to specify a primary key constraint. (2 letters)
  10. 17. The keyword used to calculate the average value of a column. (1 letter)
  11. 19. The keyword used to specify the default value for a column. (3 letters)