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