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