Exam 11: Group Functions

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

The ____________________ function is used to calculate the total amount stored in a numeric field for a group of records.

(Short Answer)
5.0/5
(28)

If the data returned by the GROUP BY clause needs to be sorted in descending order, you must include a(n) ____________________ clause in the SELECT statement.

(Short Answer)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(36)

The only group function that includes NULL values is the  NVL \underline { \text { NVL } } function. _________________________

(True/False)
4.8/5
(33)

Group functions return a group of results per row processed.

(True/False)
4.8/5
(43)

The SUM function can only be used with ____________________ columns.

(Short Answer)
4.9/5
(44)

Group functions can be nested to a depth of ____.

(Multiple Choice)
4.7/5
(44)

The default keyword for group functions is ____.

(Multiple Choice)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(46)

When the SELECT statement includes both WHERE and GROUP BY clauses, the GROUP BY clause is always evaluated first.

(True/False)
4.9/5
(38)

The STDDEV function can be used with ____ columns.

(Multiple Choice)
4.8/5
(42)

The ____ function can be used to determine the number of rows meeting a specific condition.

(Multiple Choice)
4.8/5
(33)

The ____ function is used to determine how widely data are spread out within a group.

(Multiple Choice)
4.8/5
(35)

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

(Short Answer)
4.7/5
(35)

The  HAVING \underline {\text { 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
(41)

The ____ function is used to calculate the total amount stored in a numeric field.

(Multiple Choice)
4.9/5
(42)

Explain the difference between a WHERE and a HAVING clause.

(Essay)
4.8/5
(41)

The AVG function can be used with ____ values.

(Multiple Choice)
4.8/5
(29)

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

(True/False)
4.7/5
(45)

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

(Multiple Choice)
4.9/5
(34)
Showing 41 - 60 of 134
close modal

Filters

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