Exam 11: Group Functions

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

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

Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
Verified

D

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

Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
Verified

C

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

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

A

​If a SELECT statement contains a GROUP BY clause,but no ORDER BY clause,the results will be presented in ____________________ order based on the column(s)listed in the GROUP BY clause.

(Short Answer)
4.8/5
(35)

The ____ function can be used to determine the number of rows containing a specified value.​

(Multiple Choice)
4.7/5
(31)

By default,the SUM function assumes the ALL keyword and the result will include multiple occurrences of numeric values.​

(True/False)
4.7/5
(33)

The optional DISTINCT keyword instructs Oracle12c to include only unique numeric values in the calculation._________________________​

(True/False)
4.8/5
(29)

The WHERE clause filters the data before grouping,while the HAVING clause filters the groups after grouping is performed._________________________​

(True/False)
4.8/5
(35)

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.​

(True/False)
4.8/5
(34)

The COUNT function is used to total the values stored in numeric columns._________________________​

(True/False)
4.8/5
(30)

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

(Multiple Choice)
4.8/5
(41)

The DISTINCT keyword cannot be used with the MAX function.​

(True/False)
4.7/5
(26)

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

(True/False)
4.8/5
(37)

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

The COUNT function can only be used for numeric columns.​

(True/False)
4.8/5
(40)

The MAX functions returns the smallest value stored in the specified column._________________________​

(True/False)
4.9/5
(34)

Contents of the ORDERS table​ Contents of the ORDERS table​    -​Based upon the contents of the ORDERS table,which of the following will display how many orders were shipped to each state? -​Based upon the contents of the ORDERS table,which of the following will display how many orders were shipped to each state?

(Multiple Choice)
5.0/5
(31)

Which of the following is not considered a group function?​

(Multiple Choice)
4.8/5
(39)

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

(Multiple Choice)
4.7/5
(35)

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

(Multiple Choice)
4.8/5
(43)
Showing 1 - 20 of 137
close modal

Filters

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