Exam 11: Group Functions
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
If the DISTINCT keyword is not included in the STDDEV function,the ____ keyword will be assumed.
(Multiple Choice)
4.9/5
(38)
When a SELECT statement contains WHERE,GROUP BY,and HAVING clauses,the ____________________ clause is always evaluated first.
(Short Answer)
4.7/5
(38)
The HAVING clause serves as the WHERE clause for aggregated data._________________________
(True/False)
4.7/5
(28)
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
-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)
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)
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?

(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)
The ____________________ clause can be used to restrict rows,but not groups.
(Short Answer)
4.8/5
(34)
Showing 41 - 60 of 137
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)