Exam 11: Group Functions

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

Which of the following is a valid statement?​

(Multiple Choice)
4.9/5
(39)

Group functions are also known as aggregate functions.​

(True/False)
4.8/5
(28)

​If both nonaggregated and aggregated columns are used in the SELECT clause,the GROUP BY clause must contain the nonaggregated columns.

(True/False)
4.9/5
(35)

​The ____________________ function can be used to determine the smallest value in a specified column.

(Short Answer)
4.8/5
(37)

Contents of the BOOKS table​ Contents of the BOOKS table​    -Based upon the contents of the BOOKS table,which of the following will determine the number of books provided by publisher 3?​ -Based upon the contents of the BOOKS table,which of the following will determine the number of books provided by publisher 3?​

(Multiple Choice)
4.7/5
(44)

The VAR function is used to determine the variance contained within a set of data._________________________​

(True/False)
4.8/5
(41)

Group functions return one result per group of rows processed.

(True/False)
4.8/5
(36)

The ____________________ function is used to calculate the standard deviation for a column.

(Short Answer)
4.8/5
(40)

The only group function that includes NULL values by default is the MIN function.​

(True/False)
4.8/5
(38)

The VARIANCE function can be used with ____ columns.​

(Multiple Choice)
4.9/5
(37)

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

(Short Answer)
4.8/5
(39)

The MIN function is used to determine the smallest value in a specified column.​

(True/False)
4.9/5
(37)

The MAX function can only be used with numeric or date columns.​

(True/False)
4.9/5
(41)

​If an individual column is listed in a SELECT clause,along with a group function,the column must also be included in a(n)____________________ clause.

(Short Answer)
4.8/5
(37)

The HAVING clause specifies which groups will be displayed in the results,while the WHERE clause restricts the records that are retrieved from the table for processing._________________________​

(True/False)
4.9/5
(40)

The MIN function can be used with numeric,date,and character columns.​

(True/False)
4.8/5
(34)

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

(Short Answer)
4.9/5
(30)

Contents of the BOOKS table​ Contents of the BOOKS table​    -Based on the contents of the BOOKS table,which of the following is a valid SQL statement?​ -Based on the contents of the BOOKS table,which of the following is a valid SQL statement?​

(Multiple Choice)
4.8/5
(31)

The MAX function can be used with character data.​

(True/False)
5.0/5
(32)

The only group function that includes NULL values is the NVL function._________________________​

(True/False)
5.0/5
(35)
Showing 101 - 120 of 137
close modal

Filters

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