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
Comparison operators are used to combine search conditions.
Free
(True/False)
4.9/5
(35)
Correct Answer:
False
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.
Free
(True/False)
4.8/5
(39)
Correct Answer:
False
The ____________________ logical operator is used to reverse the meaning of a search condition.
Free
(Short Answer)
5.0/5
(32)
Correct Answer:
NOT
To find rows containing a NULL value in a specified column, you must use the search condition of = NULL.
(True/False)
4.9/5
(39)
The maximum number of columns that can be specified for sorting data is ____.
(Multiple Choice)
4.8/5
(40)
An ORDER BY clause can reference a column to be used for sorting based upon its position in the SELECT clause.
(True/False)
4.9/5
(33)
Which of the following search patterns could be used to find the word HELLO in Oracle11g?
(Multiple Choice)
4.8/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 display all orders that were not shipped for at least three days after the order was received?

(Multiple Choice)
4.9/5
(35)
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure, which of the following queries will list the title and retail price of each book stored in the BOOKS table, sorted in order of the book titles?

(Multiple Choice)
4.7/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 list all orders contained in the ORDERS table that have been shipped based upon the customer# and order#?

(Multiple Choice)
4.7/5
(37)
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
(37)
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)
5.0/5
(33)
When sorted in descending order, NULL values will be listed first in the results, unless the user specifies otherwise.
(True/False)
4.9/5
(40)
A(n) 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
(34)
A(n) ____ is used to indicate how data should relate to a given search condition.
(Multiple Choice)
4.7/5
(26)
Contents of the ORDERS table
-Based upon the contents of the ORDERS table in the accompanying figure, which of the following queries will display all orders shipped between April 4, 2003 and April 5, 2003?

(Multiple Choice)
4.8/5
(30)
The ____________________ logical operator is similar to the IN comparison operator.
(Short Answer)
4.9/5
(31)
Showing 1 - 20 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)