Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Access
Quiz 7: Workshop 7: Aggregated Calculations, Subquerying, and Sql
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
The ________ is the easiest way to create a crosstab query.
Question 22
Multiple Choice
Even though you can select all the fields from a table,you cannot use a(n) ________ in a query in which you are using the GROUP BY clause.
Question 23
Multiple Choice
Many programs use a modified version of SQL.If standard SQL is written in SQL view,the query will ________.
Question 24
Multiple Choice
A(n) ________ is a special type of query that can be created when you want to describe one number in terms of two other numbers.
Question 25
Multiple Choice
The following SELECT statement: SELECT EmpFirstName,EmpLastName FROM tblEmployee WHERE EmpLastName Like "[D-G]*"; Would list the EmpFirstName and EmpLastName that ________.
Question 26
Multiple Choice
A crosstab query is different than the aggregate functions that you have been completing thus far because it groups the aggregates by the ________ headings.
Question 27
Multiple Choice
When working with SQL,if a field includes an aggregate function,you need to use a(n) ________ clause,which specifies the aggregated field criteria and restricts the results based on aggregated values.