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
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.8/5
(35)
The ____________________ comparison operator is used to search for NULL values.
(Short Answer)
4.7/5
(41)
The maximum number of columns that can be used to sort data is 25._________________________
(True/False)
4.7/5
(37)
NOT,AND,and OR are comparison operators._________________________
(True/False)
4.8/5
(36)
Which of the following operators can be used to combine search conditions?
(Multiple Choice)
4.8/5
(35)
The IN comparison operator is used when searching for a pattern of characters.
(True/False)
4.7/5
(34)
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.9/5
(35)
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure,which of the following SQL statements will retrieve all books published by the publisher assigned Pubid 1?

(Multiple Choice)
4.8/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
(36)
The process of specifying that certain rows be displayed in the results of a query is known as selection._________________________
(True/False)
4.8/5
(32)
Which of the following search patterns would find dates occurring only in the year 2003?
(Multiple Choice)
5.0/5
(28)
When two conditions are joined by the OR keyword,both conditions must be TRUE for a record to be included in the results._________________________
(True/False)
4.9/5
(34)
To instruct Oracle12c to sort data in ascending order,enter ____ after the column name in the ORDER BY clause.
(Multiple Choice)
4.8/5
(35)
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
(37)
A(n)____________________ value is considered the same as the absence of data.
(Short Answer)
4.8/5
(33)
Contents of BOOKS table
-Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will retrieve all books stored in the BOOKS table with Pubid 1 or 2 or that have a retail price of at least $42.00?

(Multiple Choice)
4.9/5
(32)
The ____________________ logical operator is used to reverse the meaning of a search condition.
(Short Answer)
4.7/5
(29)
Which of the following operators is used when the criteria is based upon a search pattern?
(Multiple Choice)
4.8/5
(35)
Showing 21 - 40 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)