Exam 7: Workshop 7: Aggregated Calculations, Subquerying, and Sql

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

The SQL ________ clause specifies which table rows are used.

(Short Answer)
4.9/5
(38)

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:
INNER JOIN
Returns only the rows that actually match
OUTER JOIN
Returns all rows from both tables
FULL JOIN
Usually added in the WHERE clause
Correct Answer:
Verified
Premises:
Responses:
INNER JOIN
Returns only the rows that actually match
OUTER JOIN
Returns all rows from both tables
FULL JOIN
Usually added in the WHERE clause
Union query
Returns all rows from at least one of the tables
SQL subquery
Combines two SQL SELECT statements
(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:
SELECT
Includes field names
FROM
Specifies the rows returned in the dataset
WHERE
Specifies aggregated field criteria
Correct Answer:
Verified
Premises:
Responses:
SELECT
Includes field names
FROM
Specifies the rows returned in the dataset
WHERE
Specifies aggregated field criteria
AS
Includes table names
HAVING
Used to rename fields
(Matching)
4.8/5
(41)
Showing 61 - 80 of 103
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)