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
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
(38)
The MAX functions returns the value stored in the specified column. _________________________
(True/False)
4.8/5
(36)
The function is used to total the values stored in numeric columns. _________________________
(True/False)
4.8/5
(43)
The VARIANCE function is used to determine the variance in a group of numeric data.
(True/False)
4.9/5
(43)
If the output is to be restricted based upon a group function, a(n) ____ clause must be included in the SQL statement.
(Multiple Choice)
4.9/5
(36)
Which of the following lines of the SQL statement contains an error? 1 SELECT title, MAX(retail)
2 FROM books
3 WHERE retail > 30
4 AND pubid = 1
5 GROUP BY retail;
(Multiple Choice)
4.8/5
(34)
The HAVING clause serves as the clause for aggregated data. _________________________
(True/False)
4.8/5
(39)
The COUNT function can be used to count NULL, as well as, non-NULL values.
(True/False)
4.8/5
(39)
The ____ clause is used to indicate that groups should be created.
(Multiple Choice)
4.9/5
(43)
Which of the following indicates the processing order for the indicated clauses?
(Multiple Choice)
5.0/5
(40)
Contents of the BOOKS table
-Based on the contents of the BOOKS table, which of the following will display the date of the book with the earliest publication date?

(Multiple Choice)
4.9/5
(45)
SUM, AVG, and COUNT are all considered functions. _________________________
(True/False)
4.8/5
(38)
The ____________________ keyword can be used with the COUNT function to specify that only unique occurrences should be included in the results.
(Short Answer)
4.9/5
(42)
The ____________________ function is used to determine how widely the numeric data contained within a specified column is spread out.
(Short Answer)
4.8/5
(38)
The function is used to determine the variance contained within a set of data. _________________________
(True/False)
4.9/5
(31)
The ____ clause is used to restrict the groups returned by a query.
(Multiple Choice)
4.8/5
(40)
Showing 81 - 100 of 134
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)