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
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.
Free
(True/False)
4.8/5
(34)
Correct Answer:
False
Columns used to group data in the clause do not have to be listed in the SELECT clause. _________________________
Free
(True/False)
4.9/5
(32)
Correct Answer:
True
Columns used to group data in the GROUP BY clause must also be listed in the SELECT clause.
Free
(True/False)
4.9/5
(33)
Correct Answer:
False
When a SELECT statement contains WHERE, GROUP BY, and HAVING clauses, the ____________________ clause is always evaluated first.
(Short Answer)
4.7/5
(39)
The ____ function can be used to determine the largest value stored in a specified column.
(Multiple Choice)
4.9/5
(32)
The optional keyword instructs Oracle11g to include only unique numeric values in the calculation. _________________________
(True/False)
4.8/5
(44)
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.9/5
(37)
The MIN function can be used with numeric, date, and character columns.
(True/False)
4.9/5
(32)
The function can be used with the DISTINCT or ALL keywords. _________________________
(True/False)
4.7/5
(31)
The ____________________ function is used to calculate the standard deviation for a column.
(Short Answer)
4.8/5
(33)
The ____ function calculates the standard deviation for a specific set of data.
(Multiple Choice)
4.9/5
(41)
Functions that return one result per group of rows processed are called ____________________ functions.
(Short Answer)
4.7/5
(34)
If both nonaggregated and aggregated columns are used in the SELECT clause, the GROUP BY clause must contain the nonaggregated columns.
(True/False)
4.7/5
(33)
The function calculates the standard deviation for the data contained in a specified field. _________________________
(True/False)
4.9/5
(30)
When a SELECT statement includes WHERE, HAVING, and GROUP BY clauses, the clause is always evaluated first. _________________________
(True/False)
4.9/5
(35)
Showing 1 - 20 of 134
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)