Exam 11: Group Functions
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic Sql Select Statements122 Questions
Exam 3: Table Creation and Management132 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control132 Questions
Exam 6: Additional Database Objects132 Questions
Exam 7: User Creation and Management132 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables131 Questions
Exam 10: Selected Single Row Functions133 Questions
Exam 11: Group Functions134 Questions
Exam 12: Subqueries and Merge Statements132 Questions
Exam 13: Views133 Questions
Select questions type
The ____________________ function is used to calculate the average of the numeric values in a specified column.
(Short Answer)
4.7/5
(40)
The ____________________ function is used to determine the largest value stored in a specified column.
(Short Answer)
4.7/5
(35)
The COUNT(*) function is only used to count the number of records containing NULL values.
(True/False)
4.7/5
(35)
Group functions can be nested inside functions. _________________________
(True/False)
4.7/5
(40)
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
(39)
When a SELECT statement contains WHERE, GROUP BY, and HAVING clauses, the ____________________ clause is always evaluated last.
(Short Answer)
4.8/5
(35)
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?

(Multiple Choice)
4.7/5
(26)
The ____ function returns the smallest value in a specified column.
(Multiple Choice)
4.8/5
(31)
Contents of the ORDERS table
-Based on the contents of the ORDERS table, which of the following SQL statements will display the number of orders that have not been shipped?

(Multiple Choice)
4.8/5
(37)
By default, the AVG function assumes the ____________________ keyword, which indicates that all values should be included in the calculation.
(Short Answer)
4.9/5
(31)
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.8/5
(39)
When group functions are nested, the function is always resolved first. _________________________
(True/False)
4.7/5
(44)
The function only includes non-NULL values in its calculations. _________________________
(True/False)
4.7/5
(33)
By default, the COUNT function uses the keyword when counting the values contained in a column. _________________________
(True/False)
4.7/5
(41)
The STDVAR function is used to determine the standard deviation of numeric data.
(True/False)
4.7/5
(35)
functions return one result per group of rows processed. _________________________
(True/False)
4.8/5
(43)
The ____________________ keyword is used to indicate that only unique values should be included in the calculation performed by the SUM function.
(Short Answer)
4.8/5
(40)
Showing 101 - 120 of 134
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)