Exam 11: Group Functions

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

Which of the following is not considered a group function?

(Multiple Choice)
4.9/5
(34)

Contents of the BOOKS table Contents of the BOOKS table    -Based upon the contents of the BOOKS tables, which of the following SQL statements will return the number of different publishers represented in the table? -Based upon the contents of the BOOKS tables, which of the following SQL statements will return the number of different publishers represented in the table?

(Multiple Choice)
4.8/5
(38)

The GROUP BY clause is used to group data.

(True/False)
4.8/5
(40)

The MAX functions returns the  smallest \underline { \text { smallest } } value stored in the specified column. _________________________

(True/False)
4.8/5
(36)

The  COUNT \underline { \text { COUNT } } function is used to total the values stored in numeric columns. _________________________

(True/False)
4.8/5
(43)

The VARIANCE function is used to determine the variance in a group of numeric data.

(True/False)
4.9/5
(43)

If the output is to be restricted based upon a group function, a(n) ____ clause must be included in the SQL statement.

(Multiple Choice)
4.9/5
(36)

Which of the following lines of the SQL statement contains an error? 1 SELECT title, MAX(retail) 2 FROM books 3 WHERE retail > 30 4 AND pubid = 1 5 GROUP BY retail;

(Multiple Choice)
4.8/5
(34)

The HAVING clause serves as the WHERE\underline { \mathrm{WHERE} } clause for aggregated data. _________________________

(True/False)
4.8/5
(39)

The COUNT function can be used to count NULL, as well as, non-NULL values.

(True/False)
4.8/5
(39)

The ____ clause is used to indicate that groups should be created.

(Multiple Choice)
4.9/5
(43)

Which of the following indicates the processing order for the indicated clauses?

(Multiple Choice)
5.0/5
(40)

Explain how nested group functions are processed.

(Essay)
4.8/5
(26)

Contents of the BOOKS table Contents of the BOOKS table    -Based on the contents of the BOOKS table, which of the following will display the date of the book with the earliest publication date? -Based on the contents of the BOOKS table, which of the following will display the date of the book with the earliest publication date?

(Multiple Choice)
4.9/5
(45)

SUM, AVG, and COUNT are all considered  group \underline {\text { group } } functions. _________________________

(True/False)
4.8/5
(38)

The ____________________ keyword can be used with the COUNT function to specify that only unique occurrences should be included in the results.

(Short Answer)
4.9/5
(42)

The ____________________ function is used to determine how widely the numeric data contained within a specified column is spread out.

(Short Answer)
4.8/5
(38)

The MIN function can be used with ____ columns.

(Multiple Choice)
4.8/5
(44)

The  VAR \underline { \text { VAR } } function is used to determine the variance contained within a set of data. _________________________

(True/False)
4.9/5
(31)

The ____ clause is used to restrict the groups returned by a query.

(Multiple Choice)
4.8/5
(40)
Showing 81 - 100 of 134
close modal

Filters

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