Across
- 1. Clause that organizes rows sharing a common value.
- 4. Clause used to filter rows before grouping.
- 6. Combines rows from two tables based on a related column
- 8. Type of join that returns only matching records from both tables.
- 9. Aggregate function that computes a mean value.
- 11. Aggregate function that tallies rows.
Down
- 2. Clause that controls the sorting of query results.
- 3. Restricts how many rows a query returns.
- 5. Clause that filters groups created by an aggregate.
- 7. Statement used to choose columns from a table.
- 10. Keyword used to rename a column or table.
