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

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

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.

Free
(Short Answer)
4.7/5
(30)
Correct Answer:
Verified

crosstab query

The SQL ________ clause includes the Name of the table(s)from which the information is retrieved.

Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
Verified

B

If you wanted to perform an aggregated calculation on a LastName field,you would use the ________ function.

Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
Verified

B

A(n)________ simply is a select query that is nested inside of another select query.

(Short Answer)
4.7/5
(26)

The ________ function truncates the decimal and returns only the numbers to the left of the decimal.

(Multiple Choice)
4.8/5
(35)

Net income is one of the most important pieces of information that a company uses to learn more about its financial progress.

(True/False)
4.8/5
(32)

The SQL ________ clause includes the Name of the table(s)from which the information is retrieved.

(Short Answer)
4.8/5
(35)

The SQL AS clause includes the Name of the table(s)from which the information is retrieved.

(True/False)
4.7/5
(32)

Match the following terms to their definition: I.INNER JOIN II.OUTER JOIN III.FULL JOIN IV.Union query V.SQL subquery A.Returns only the rows that actually match B.Returns all rows from both tables C.Usually added in the WHERE clause D.Returns all rows from at least one of the tables E.Combines two SQL SELECT statements

(Short Answer)
4.8/5
(37)

If you wanted to perform an aggregated calculation on a ProductPrice field,you would use the ________ function.

(Multiple Choice)
4.9/5
(44)

The SQL ________ clause specifies which table rows are used.

(Multiple Choice)
4.9/5
(33)

Another way that the Group By clause can be used is to take a count,such as a count of products or a count of customers.

(True/False)
4.7/5
(29)

When you create a query in Design view,Access automatically generates the ________ in the background.

(Multiple Choice)
4.9/5
(33)

When you edit a crosstab query in Design view,you use the ________ 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.

(Multiple Choice)
4.8/5
(44)

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 statement in the background.

(True/False)
4.9/5
(35)

A subquery is usually added in the ________ clause of the SQL SELECT statement.

(Multiple Choice)
4.8/5
(31)

Because more sophisticated queries require more advanced manipulation of data,you may need to create a(n)________.

(Multiple Choice)
4.9/5
(34)

Which of the following is NOT true in regard to writing a SQL subquery?

(Multiple Choice)
4.8/5
(34)

The ________ clause is used to return only the rows that actually match based on the join predicate.

(Short Answer)
4.8/5
(32)

The ________ is the easiest way to create a crosstab query.

(Short Answer)
4.7/5
(32)
Showing 1 - 20 of 103
close modal

Filters

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