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 ____________________ comparison operator is used to indicate that a data value must fall within a range of values to be included in the query results.
(Short Answer)
4.9/5
(29)
A(n) ____________________ identifies what must exist or a requirement that must be met before a row is included in the results of a query.
(Short Answer)
4.8/5
(34)
Which of the following symbols is a wildcard character that can represent any number of characters in a WHERE clause?
(Multiple Choice)
4.8/5
(37)
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)
____________________ is the process by which only certain rows are returned in the results of a query.
(Short Answer)
4.7/5
(36)
A(n) ____________________ value is considered the same as the absence of data.
(Short Answer)
4.9/5
(37)
By default, a column listed in an ORDER BY clause is displayed in ____________________ order.
(Short Answer)
4.9/5
(35)
In a WHERE clause, logical operators are evaluated before comparison operators.
(True/False)
4.8/5
(41)
If a numeric column is being used for comparison against the search condition, the search condition in single quotation marks. _________________________
(True/False)
4.9/5
(39)
The ____________________ logical operator is used to combine search conditions that must both be True to include a row in the results of a query.
(Short Answer)
4.9/5
(34)
Search conditions for data contained in numeric columns must be enclosed in single quotation marks.
(True/False)
4.8/5
(33)
Which of the following operators would be most appropriate to determine whether or not the retail price of a book is at least $24.00?
(Multiple Choice)
4.9/5
(34)
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
(33)
To instruct Oracle11g to sort data in descending order, enter ____ after the column name in the WHERE clause.
(Multiple Choice)
4.8/5
(33)
Using the OR logical operator to combine search conditions based upon the same column is the same as using the IN comparison operator.
(True/False)
4.8/5
(33)
Contents of the ORDERS table
-Which of the following queries will display all orders placed in the month of March?

(Multiple Choice)
4.9/5
(35)
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
(37)
Oracle11g when comparing data to a search condition. _________________________
(True/False)
4.9/5
(29)
To indicate that data should be sorted in descending order, use the keyword. _________________________
(True/False)
4.8/5
(33)
Showing 61 - 80 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)