Across
- 6. to specify which field in which table you are referring
- 7. a clause included in a command that calculates totals for a certain group of records
- 9. to find rows in two tables that have identical values in matching fields
- 12. an Access wildcard that represents a collection of characters
- 13. consists of the tables involved in an SQL expression
- 16. the SQL data with the form: field name, comparison operator, and another field name or a value
- 17. used in SQL to update tables and retrieve info from them
- 18. an inner query
Down
- 1. functions with groups similarly to the way WHERE functions with rows
- 2. a query expressed using the SQL language
- 3. the commands that are used to retrieve data
- 4. the language for querying and updating a database
- 5. includes the list of fields in an SQL expression
- 8. fields not included in the database but are calculated from fields that are
- 10. criteria formed by connecting two or more simple criteria using AND, OR and NOT
- 11. to sort an SQL output, you use this clause
- 14. includes any criteria that the data you want to retrieve in an SQL expression must satisfy
- 15. alternative name
