Exam 7: Workshop 7: Aggregated Calculations, Subquerying, and Sql
Exam 1: Workshop 1: The Four Main Database Objects108 Questions
Exam 2: Workshop 2: Tables, Keys, and Relationships105 Questions
Exam 3: Workshop 3: Queries and Data Access106 Questions
Exam 4: Workshop 4: Access Information From an Access Database104 Questions
Exam 5: Workshop 5: Advanced Tables108 Questions
Exam 6: Workshop 6: Pattern Matching and Functions in Queries102 Questions
Exam 7: Workshop 7: Aggregated Calculations, Subquerying, and Sql103 Questions
Exam 8: Workshop 8: Action Queries and Advanced Relationships100 Questions
Exam 9: Workshop 9: Advanced Reports and Mailing Labels100 Questions
Exam 10: Workshop 10: Advanced Form Settings and Form Types99 Questions
Exam 12: Workshop 12: Create a Refined User Experience With Macros100 Questions
Exam 13: Workshop 13: Use VBA in Access98 Questions
Exam 14: Workshop 14: Implement Your Database98 Questions
Exam 15: Normalize a Database for Effective Design89 Questions
Exam 16: The Common Features of Microsoft Office81 Questions
Exam 17: Efficient Interaction With a Touch Screen71 Questions
Select questions type
The ________ aggregate function limits the results without grouping the data by the field.
(Multiple Choice)
4.9/5
(35)
The following SELECT statement: SELECT *
FROM tblCustomers
WHERE LastName Like "smith";
Would list ________.
(Multiple Choice)
4.8/5
(36)
Everything you have learned how to do in Design view can also be done in SQL view.
(True/False)
4.9/5
(29)
The WHERE clause,which is required in a SELECT statement,narrows the query results by specifying which rows in the table will be returned in the dataset.
(True/False)
4.9/5
(30)
When you edit a crosstab query in Design view,you use the Total and Crosstab rows in the design grid to specify which field value becomes the column heading,which field values become row headings,and which field's value to calculate.
(True/False)
4.9/5
(31)
The ________ can compare the portion of the gross revenue to the total gross revenue.
(Multiple Choice)
4.8/5
(41)
Revenue is income that a company receives from its normal business activities such as the sale of goods and services to customers.
(True/False)
4.7/5
(31)
The ________ clause sorts the result of a query according to the values in one or more specific columns.
(Short Answer)
4.9/5
(29)
By using the ________ clause,you can combine records with identical values in a specified field list into a single record.
(Multiple Choice)
4.9/5
(37)
Each query that you create has an underlying SQL statement,which means that even when you create a query in Design view,Access automatically generates the SQL ________ in the background.
(Short Answer)
4.9/5
(37)
When writing SQL,you cannot use a renamed field in the ________ clause.You must use the original field name.
(Multiple Choice)
4.7/5
(33)
Sales volume is the number of items sold or services rendered during normal business hours.All these figures would be taken over a specific period-week,month,year,and so on-and can be expressed in either dollars or percentages.
(True/False)
4.9/5
(32)
A(n)________ is used to query unrelated tables or queries and combine the results into a single dataset.This type of query is different from querying related tables as it combines two SQL SELECT statements.
(Multiple Choice)
4.9/5
(32)
The OUTER JOIN clause is used to return only the rows that actually match based on the join predicate.
(True/False)
4.7/5
(38)
Another way a(n)________ clause can be used is to summarize duplicate data.
(Short Answer)
4.9/5
(36)
Match the following terms to their definition:
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(30)
A crosstab query is different than the aggregate functions that you have been completing thus far because it groups the aggregates by the ________ and ________ headings.
(Short Answer)
4.8/5
(38)
________ is the number of items sold or services rendered during normal business hours.
(Multiple Choice)
4.9/5
(41)
Match the following terms to their definition:
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(41)
Showing 61 - 80 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)