Aggregate Functions

12345678910111213141516
Across
  1. 2. Returns the smallest value in a column
  2. 4. Adds all the values in a numeric column
  3. 6. Used to filter groups based on aggregate results
  4. 8. Calculates the average of numeric values
  5. 10. Collection of rows and columns in a database
  6. 13. Another name for a column or table
  7. 15. Aggregate functions are applied to this part of a table
  8. 16. Counts the number of rows in a table
Down
  1. 1. Removes duplicate values in aggregation
  2. 3. Filters rows before aggregation
  3. 4. SQL keyword used to choose data to be retrieved
  4. 5. Returns the largest value in a column
  5. 7. Special value ignored by most aggregate functions
  6. 9. Keyword used to group rows that have the same values
  7. 11. Keyword used to rename the output of an aggregate function
  8. 12. A command to get data from a database
  9. 14. Specifies the table to get data from