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 optional UNIQUE keyword instructs Oracle 11g to include only unique numeric values in its calculation.
(True/False)
5.0/5
(32)
The WHERE clause contain group functions. _________________________
(True/False)
4.9/5
(38)
The ____________________ function can be used to count the total records that meet a specific condition, including those that contain NULL values.
(Short Answer)
4.8/5
(43)
Group functions can only be nested to a depth of ____________________.
(Short Answer)
4.9/5
(42)
The function is used to calculate the total value stored in a numeric field for a group of records. _________________________
(True/False)
4.9/5
(37)
The ____________________ function can be used to determine the number of rows that have non-NULL values in a specified column.
(Short Answer)
4.7/5
(33)
The ____________________ clause can be used to restrict rows, but not groups.
(Short Answer)
5.0/5
(36)
The GROUP BY clause can only be used when a SELECT statement includes a group function.
(True/False)
5.0/5
(46)
Results returned from a SELECT statement that include a GROUP BY clause will present the results in order of the column(s) listed in the GROUP BY clause. _________________________
(True/False)
4.9/5
(39)
Contents of the ORDERS table
-Based on the contents of the ORDERS table, which of the following SELECT statements will determine the number of orders placed by each customer?

(Multiple Choice)
4.8/5
(35)
The ____ function can be used to determine the number of rows containing a specified value.
(Multiple Choice)
4.9/5
(43)
The ____ function is based upon the concept of a normal distribution.
(Multiple Choice)
4.8/5
(41)
Showing 121 - 134 of 134
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)