Exam 11: Group Functions

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

If a group function is used in the WHERE clause, then any individual columns listed in the SELECT clause must also be listed in the GROUP BY clause.

Free
(True/False)
4.8/5
(34)
Correct Answer:
Verified

False

Columns used to group data in the  GROUP BY \underline { \text { GROUP BY } } clause do not have to be listed in the SELECT clause. _________________________

Free
(True/False)
4.9/5
(32)
Correct Answer:
Verified

True

Columns used to group data in the GROUP BY clause must also be listed in the SELECT clause.

Free
(True/False)
4.9/5
(33)
Correct Answer:
Verified

False

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

(Short Answer)
4.7/5
(39)

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

(Multiple Choice)
4.9/5
(32)

The optional  DISTINCT \underline { \text { DISTINCT } } keyword instructs Oracle11g to include only unique numeric values in the calculation. _________________________

(True/False)
4.8/5
(44)

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

(True/False)
4.9/5
(30)

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.9/5
(37)

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

(True/False)
4.9/5
(32)

Group functions are also known as aggregate functions.

(True/False)
4.9/5
(39)

The  MIN \underline {\text { MIN }} function can be used with the DISTINCT or ALL keywords. _________________________

(True/False)
4.7/5
(31)

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

(Short Answer)
4.8/5
(33)

The ____ function calculates the standard deviation for a specific set of data.

(Multiple Choice)
4.9/5
(41)

The  ORDER BY \underline { \text { ORDER BY } } clause is used to group data. _________________________

(True/False)
4.9/5
(30)

Functions that return one result per group of rows processed are called ____________________ functions.

(Short Answer)
4.7/5
(34)

A(n) ____ clause cannot include a group function.

(Multiple Choice)
4.8/5
(25)

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

(True/False)
4.7/5
(33)

The  STDDEV \underline{\text { STDDEV }} function calculates the standard deviation for the data contained in a specified field. _________________________

(True/False)
4.9/5
(30)

When a SELECT statement includes WHERE, HAVING, and GROUP BY clauses, the  GROUP BY \underline {\text { GROUP BY }} clause is always evaluated first. _________________________

(True/False)
4.9/5
(35)

The MAX function can be used with which type of columns?

(Multiple Choice)
4.8/5
(29)
Showing 1 - 20 of 134
close modal

Filters

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