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 total amount stored in a numeric field for a group of records.
(Short Answer)
5.0/5
(28)
If the data returned by the GROUP BY clause needs to be sorted in descending order, you must include a(n) ____________________ clause in the SELECT statement.
(Short Answer)
4.8/5
(36)
If the DISTINCT keyword is not included in the AVG function, the ____ keyword will be assumed.
(Multiple Choice)
4.8/5
(36)
The only group function that includes NULL values is the function. _________________________
(True/False)
4.8/5
(33)
The SUM function can only be used with ____________________ columns.
(Short Answer)
4.9/5
(44)
If the DISTINCT keyword is not included in the SUM function, the ____ keyword will be assumed.
(Multiple Choice)
4.8/5
(46)
When the SELECT statement includes both WHERE and GROUP BY clauses, the GROUP BY clause is always evaluated first.
(True/False)
4.9/5
(38)
The ____ function can be used to determine the number of rows meeting a specific condition.
(Multiple Choice)
4.8/5
(33)
The ____ function is used to determine how widely data are spread out within a group.
(Multiple Choice)
4.8/5
(35)
The ____________________ clause is used to restrict the groups returned by a query.
(Short Answer)
4.7/5
(35)
The 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
(41)
The ____ function is used to calculate the total amount stored in a numeric field.
(Multiple Choice)
4.9/5
(42)
If the DISTINCT keyword is not included in the STDDEV function, the ____ keyword will be assumed.
(Multiple Choice)
4.9/5
(34)
Showing 41 - 60 of 134
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)