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

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

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
close modal

Filters

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