Exam 11: Group Functions

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

​Which of the following can be used with character data?

(Multiple Choice)
4.9/5
(36)

If the DISTINCT keyword is not included in the STDDEV function,the ____ keyword will be assumed.​

(Multiple Choice)
4.9/5
(38)

Group functions can only be nested to a depth of two.​

(True/False)
4.8/5
(38)

Which of the following cannot be used with date columns?​

(Multiple Choice)
4.7/5
(37)

​When a SELECT statement contains WHERE,GROUP BY,and HAVING clauses,the ____________________ clause is always evaluated first.

(Short Answer)
4.7/5
(38)

AVG,COUNT,and STDDEV are all considered group functions.​

(True/False)
4.7/5
(41)

The HAVING clause serves as the WHERE clause for aggregated data._________________________​

(True/False)
4.7/5
(28)

Column aliases can be used in the GROUP BY clause.​

(True/False)
5.0/5
(39)

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

(Short Answer)
4.9/5
(33)

The ____ function can be used to determine the largest value stored in a specified column.​

(Multiple Choice)
4.8/5
(41)

Contents of the BOOKS table​ Contents of the BOOKS table​    -Based upon the contents of the BOOKS table,which of the following will display the retail price of the most expensive book provided by publisher 3?​ -Based upon the contents of the BOOKS table,which of the following will display the retail price of the most expensive book provided by publisher 3?​

(Multiple Choice)
4.7/5
(37)

The AVG function can be used with ____ values.​

(Multiple Choice)
4.7/5
(37)

By default,the COUNT function uses the DISTINCT keyword when counting the values contained in a column._________________________​

(True/False)
4.9/5
(33)

Functions that return one result per group of rows are called ____ functions.​

(Multiple Choice)
4.8/5
(35)

The SUM function can only be used with ____ data.​

(Multiple Choice)
4.7/5
(34)

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
(39)

​Describe how the COUNT function processes NULL values when the function is executed.

(Essay)
4.8/5
(36)

The WHERE clause specifies which groups will be displayed in the results.​

(True/False)
5.0/5
(37)

Group functions return a group of results per row processed.​

(True/False)
4.7/5
(34)

​The ____________________ clause can be used to restrict rows,but not groups.

(Short Answer)
4.8/5
(34)
Showing 41 - 60 of 137
close modal

Filters

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