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 both nonaggregated and aggregated columns are used in the SELECT clause,the GROUP BY clause must contain the nonaggregated columns.
(True/False)
4.9/5
(35)
The ____________________ function can be used to determine the smallest value in a specified column.
(Short Answer)
4.8/5
(37)
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?

(Multiple Choice)
4.7/5
(44)
The VAR function is used to determine the variance contained within a set of data._________________________
(True/False)
4.8/5
(41)
The ____________________ function is used to calculate the standard deviation for a column.
(Short Answer)
4.8/5
(40)
The only group function that includes NULL values by default is the MIN function.
(True/False)
4.8/5
(38)
Group functions can only be nested to a depth of ____________________.
(Short Answer)
4.8/5
(39)
The MIN function is used to determine the smallest value in a specified column.
(True/False)
4.9/5
(37)
The MAX function can only be used with numeric or date columns.
(True/False)
4.9/5
(41)
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
(37)
The 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
(40)
The MIN function can be used with numeric,date,and character columns.
(True/False)
4.8/5
(34)
When a SELECT statement contains WHERE,GROUP BY,and HAVING clauses,the ____________________ clause is always evaluated last.
(Short Answer)
4.9/5
(30)
Contents of the BOOKS table
-Based on the contents of the BOOKS table,which of the following is a valid SQL statement?

(Multiple Choice)
4.8/5
(31)
The only group function that includes NULL values is the NVL function._________________________
(True/False)
5.0/5
(35)
Showing 101 - 120 of 137
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)