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 percent sign (%)and asterisk (*)symbols can be used with the LIKE comparison operator to create a search pattern.
Free
(True/False)
4.7/5
(34)
Correct Answer:
False
A NULL value is the same as a blank space.
Free
(True/False)
4.9/5
(33)
Correct Answer:
False
Logical operators are evaluated in the order of NOT,AND,and OR.
Free
(True/False)
4.9/5
(40)
Correct Answer:
True
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will return the category and title of all books stored in the BOOKS table presented in order of their category and,for the books in the same category,sort the title of the books in descending order?

(Multiple Choice)
4.8/5
(29)
The numeric order of columns in a SELECT clause can be referenced in the ORDER BY clause._________________________
(True/False)
4.9/5
(35)
When two conditions are joined by the AND logical operator,both of the conditions must be evaluated as TRUE to be included in the query results.
(True/False)
4.9/5
(38)
The <>,!=,or ^= operators can be used to search for values that are not equivalent to the specified search condition._________________________
(True/False)
4.9/5
(31)
The order in which NULL values appear in the results can be overridden by which of the following keywords?
(Multiple Choice)
4.9/5
(28)
Contents of the ORDERS table
-Based upon the contents of the ORDERS table in the accompanying figure,which of the following queries will return all orders shipped within three days after the order was received?

(Multiple Choice)
4.8/5
(42)
A(n)____________________ sort can be specified in the ORDER BY clause to indicate that if an exact match occurs during the primary sort,the alternate column listed should be used to determine the presentation sequence.
(Short Answer)
4.8/5
(36)
When two conditions are joined by the AND logical operator,only one of the conditions must be TRUE to be included in the query results.
(True/False)
4.9/5
(33)
The ____________________ logical operator is similar to the IN comparison operator.
(Short Answer)
4.7/5
(36)
A search condition can be specified in a(n)SELECT clause._________________________
(True/False)
4.8/5
(41)
Which of the following search conditions can be used to identify records that have data stored in a column named ColB?
(Multiple Choice)
4.7/5
(36)
An ORDER BY clause can reference a column to be used for sorting based upon its position in the SELECT clause.
(True/False)
4.8/5
(39)
The underscore symbol (_)is used in a search pattern to indicate "exactly one character in this position".
(True/False)
5.0/5
(32)
To find rows containing a NULL value in a specified column,you must use the search condition of = NULL.
(True/False)
4.8/5
(42)
Which of the following clauses is used to restrict the rows returned by a query?
(Multiple Choice)
4.8/5
(24)
If a user performs a query that restricts the rows returned based upon a specified date,the date must be enclosed in ____.
(Multiple Choice)
4.9/5
(27)
Showing 1 - 20 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)