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
The IN logical operator is similar to using . _________________________
(True/False)
4.8/5
(34)
A search condition can be specified in a(n) clause. _________________________
(True/False)
4.7/5
(32)
In regards to sorting, if a DISTINCT option is used in the SELECT clause of a query then ____.
(Multiple Choice)
4.8/5
(28)
The ____________________ symbol is used for determining whether or not a value is less than or equal to a specified search condition.
(Short Answer)
4.8/5
(44)
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure, which of the following queries will list all books stored in the BOOKS table with a retail price of more than $38 sorted by retail price?

(Multiple Choice)
4.7/5
(41)
The BETWEEN...AND comparison operator can be used to specify a range of values as a search condition.
(True/False)
4.8/5
(34)
Including the keywords NULLS FIRST in the ORDER BY clause will result in NULL values appearing first in the results, regardless of the specified sort sequence.
(True/False)
4.8/5
(38)
The IN comparison operator is used when searching for a pattern of characters.
(True/False)
4.8/5
(39)
The ____________________ logical operator is evaluated first in a sequence of logical operators.
(Short Answer)
4.7/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 display how long it took to ship order # 1007 (based upon when the order was originally placed)?

(Multiple Choice)
4.9/5
(34)
When performing a search on a(n) ____________________ column, the search condition does not need to be enclosed in single quotation marks.
(Short Answer)
4.8/5
(36)
When sorting the results in ascending order, which of the following values will be presented first in the output?
(Multiple Choice)
4.8/5
(26)
The percent sign (%) is used in a search pattern to indicate "exactly one character in this position".
(True/False)
4.8/5
(30)
If there is an exact match between the data used for a primary sort, a(n) ____ can be used to determine the sequence used to display the data.
(Multiple Choice)
4.9/5
(33)
When the WHERE clause contains multiple types of operators, which of the following is resolved last?
(Multiple Choice)
4.7/5
(40)
An ORDER BY clause can reference a column to be used for sorting based upon its position in the database table.
(True/False)
4.8/5
(33)
The ____________________ symbol is used to represent one or more characters in a search pattern.
(Short Answer)
4.8/5
(40)
When using a search pattern, a(n) symbol is used to indicate exactly one character in that position. _________________________
(True/False)
4.8/5
(43)
When sorting the results in descending order, which of the following values will be presented last in the output?
(Multiple Choice)
4.8/5
(34)
Showing 81 - 100 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)