Exam 8: Restricting Rows and Sorting Data
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
The ____________________ clause is used to specify the order in which the data should be presented in the results of a query.
(Short Answer)
4.8/5
(30)
The < symbol is used to search for records containing a value that is less than or equal to the stated search condition._________________________
(True/False)
4.8/5
(36)
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.8/5
(41)
The LIKE operator is used to indicate a range of values._________________________
(True/False)
4.9/5
(37)
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
(31)
An ORDER BY clause can reference a column to be used for sorting based upon its position in the database table.
(True/False)
4.9/5
(32)
In a WHERE clause,logical operators are evaluated before comparison operators.
(True/False)
4.9/5
(26)
____________________ is the process by which only certain rows are returned in the results of a query.
(Short Answer)
4.8/5
(30)
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will retrieve all book titles that are in the Business or Computer category and have a retail price of more than $35.00?

(Multiple Choice)
4.8/5
(39)
A(n)clause identifies what must exist or a requirement that must be met for a record to be included in the results of a query._________________________
(True/False)
4.9/5
(31)
Retrieving only certain rows from a table is known as projection.
(True/False)
4.8/5
(43)
The IN logical operator is similar to using OR._________________________
(True/False)
4.8/5
(38)
To indicate that data should be sorted in descending order,use the DESC keyword._________________________
(True/False)
4.9/5
(34)
Which of the following is not a valid comparison operator?
(Multiple Choice)
4.9/5
(37)
When two conditions are joined by the AND keyword,both conditions must be FALSE for a record to be included in the results._________________________
(True/False)
4.8/5
(28)
When sorting the results in descending order,which of the following values will be presented last in the output?
(Multiple Choice)
4.9/5
(34)
The first column listed in an ORDER BY clause is considered the primary sort.
(True/False)
4.8/5
(31)
A(n)____ is used to indicate how data should relate to a given search condition.
(Multiple Choice)
4.8/5
(31)
Showing 101 - 120 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)