Exam 8: Restricting Rows and Sorting Data
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
When sorting the results in ascending order, which of the following values will be presented last in the output?
(Multiple Choice)
4.9/5
(36)
The maximum number of columns that can be used to sort the results of a query is 52.
(True/False)
4.8/5
(45)
The first column listed in an ORDER BY clause is considered the primary sort.
(True/False)
5.0/5
(37)
Retrieving only specific rows from a table is a process known as selection.
(True/False)
4.9/5
(40)
The ____________________ comparison operator is used when the search condition includes a search pattern.
(Short Answer)
4.8/5
(38)
When the WHERE clause contains multiple types of operators, which of the following is resolved first?
(Multiple Choice)
4.8/5
(36)
The operator is used to determine the rows that match a value in a given list. _________________________
(True/False)
4.8/5
(39)
Contents of the ORDERS table
-Based upon the contents of the ORDERS table in the accompanying figure, which of the following SQL statements will list all orders placed by customer # 1020 that have not yet been shipped?

(Multiple Choice)
4.8/5
(27)
When sorting data, the values will be sorted in order by default. _________________________
(True/False)
4.8/5
(30)
When two conditions are joined by the keyword, both conditions must be True for a record to be included in the results. _________________________
(True/False)
4.9/5
(44)
When two conditions are joined by the AND logical operator, both of the conditions must be evaluated as FALSE to be included in the query results.
(True/False)
4.7/5
(28)
Which of the following operators is used when the criteria is based upon a search pattern?
(Multiple Choice)
4.9/5
(33)
Which of the following search conditions can be used to identify records that have data stored in a column named ColB?
(Multiple Choice)
4.9/5
(32)
When sorting the results in descending order, which of the following values will be presented first in the output?
(Multiple Choice)
4.8/5
(37)
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure, which of the following queries will display all books stored in the BOOKS table that generate more than 60 percent profit?

(Multiple Choice)
4.8/5
(31)
The process of retrieving only certain rows based upon a specified condition is known as ____.
(Multiple Choice)
4.9/5
(37)
The operator is used to indicate a range of values. _________________________
(True/False)
4.8/5
(32)
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure, which of the following queries will retrieve all books stored in the BOOKS table with Pubid 1 or 2 or that have a retail price of at least $42.00?

(Multiple Choice)
4.9/5
(31)
The ____________________ keywords can be included in an ORDER BY clause to indicate that NULL values should be listed last in the results.
(Short Answer)
4.9/5
(41)
Showing 41 - 60 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)