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
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.7/5
(36)
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure, which of the following queries will return all books that cost at least $25.00?

(Multiple Choice)
5.0/5
(32)
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 all orders contained in the ORDERS table that have been shipped to the customer?

(Multiple Choice)
4.7/5
(34)
If a date column is being used for comparison against the search condition, the search condition is enclosed in quotation marks. _________________________
(True/False)
4.8/5
(31)
Which of the following operators can be used to retrieve rows containing NULL values in a specific column?
(Multiple Choice)
4.9/5
(30)
Contents of the ORDERS table
-Based upon the contents of the ORDERS table in the accompanying figure, which of the following queries will not list the orders that have been shipped to Atlanta or Seattle?

(Multiple Choice)
4.9/5
(38)
When two conditions are joined by the AND keyword, both conditions must be for a record to be included in the results. _________________________
(True/False)
4.9/5
(30)
Contents of the ORDERS table
-Based upon the contents of the ORDERS table in the accompanying figure, which of the following SELECT statements will retrieve all orders contained in the ORDERS table that have not yet been shipped to the customer?

(Multiple Choice)
4.8/5
(28)
Search conditions for data contained in non-numeric columns must be enclosed in double quotation marks.
(True/False)
4.9/5
(40)
Which of the following search conditions can be used to identify records that do not have data stored in a column named ColB?
(Multiple Choice)
4.8/5
(37)
A(n) sign is used in a search pattern to indicate zero, one, or more characters in a position. _________________________
(True/False)
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 the title and retail price of each book stored in the BOOKS table in order of category and retail price?

(Multiple Choice)
4.7/5
(31)
A column alias that has been defined in the SELECT clause of a SELECT statement cannot be referenced in an ORDER BY clause.
(True/False)
4.8/5
(35)
The ____________________ clause is used to restrict the rows returned by a query.
(Short Answer)
4.8/5
(34)
Logical operators are evaluated in the order of NOT, AND, and OR.
(True/False)
4.9/5
(35)
A greater than or equal to comparison is indicated by the symbols . _________________________
(True/False)
4.8/5
(36)
When data is sorted in ascending order, NULL values appear in the list. _________________________
(True/False)
4.8/5
(33)
Which of the following clauses is used to restrict the rows returned by a query?
(Multiple Choice)
4.9/5
(35)
Which of the following operators can be used to combine search conditions?
(Multiple Choice)
4.8/5
(40)
Showing 21 - 40 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)