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
Which of the following can be used with date columns?
Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
D
Which of the following indicates the processing order for the indicated clauses?
Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
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:
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)
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
-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 MAX functions returns the smallest value stored in the specified column._________________________
(True/False)
4.9/5
(34)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)