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 ________ function truncates the decimal and returns only the numbers to the left of the decimal.
(Short Answer)
4.8/5
(41)
________ Language is an internationally recognized standard database language used by many relational databases.
(Short Answer)
4.8/5
(35)
When writing SQL,be certain to write each clause of the SELECT statement on separate lines or the query will not run.
(True/False)
4.9/5
(34)
A subset query is a select query that is nested inside of another select query.
(True/False)
4.9/5
(32)
The ________ clause returns all rows from at least one of the tables within the FROM clause,as long as those rows meet any WHERE or HAVING search conditions.
(Short Answer)
4.8/5
(37)
A(n)________ returns a single value calculated from multiple values in a column.
(Multiple Choice)
4.9/5
(36)
Which of the following is NOT an example of a common aggregate function?
(Multiple Choice)
4.9/5
(38)
A(n)________ returns a single value calculated from multiple values in a column.
(Short Answer)
4.9/5
(31)
When writing SQL,the number sign selects and returns all fields in the table when you run the query.
(True/False)
4.9/5
(36)
The salon and spa's management team wants to create a phone directory from both the Client table and Employee table of data.Management should use a crosstab query.
(True/False)
4.8/5
(34)
Many managers require ________ data in order to make decisions.
(Multiple Choice)
4.8/5
(34)
Which of the following is NOT true in regard to the Crosstab Query Wizard?
(Multiple Choice)
4.9/5
(34)
The WHERE clause,which is optional in a SELECT statement,narrows the query results by specifying which ________ in the table will be returned in the dataset.
(Short Answer)
4.9/5
(41)
A crosstab query is different than the aggregate functions that you have been completing thus far because it groups the aggregates by the ________ headings.
(Multiple Choice)
4.7/5
(32)
Joins are performed based on a predicate,which specifies the condition to use in order to perform a join.
(True/False)
4.9/5
(37)
The Where function allows you to limit the results of your query by specifying criteria that field values must meet without using that field to group the data mathematically.
(True/False)
4.8/5
(31)
The SQL SELECT clause includes one or more columns from which data are retrieved.
(True/False)
4.8/5
(39)
When working with SQL,if a field includes an aggregate function,you need to use a HAVING clause,which specifies the aggregated field criteria and restricts the results based on aggregated values.
(True/False)
4.8/5
(34)
Many programs use a modified version of SQL.If standard SQL is written in SQL view,the query will ________.
(Multiple Choice)
4.9/5
(23)
The following SELECT statement: SELECT ProductName,ProductPrice
FROM tblInventory
WHERE ProductName Like "pr*";
Would list the ProductName and ProductPrice that ________.
(Multiple Choice)
4.8/5
(37)
Showing 41 - 60 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)