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
Which of the following search patterns could be used to find the word HELLO in Oracle12c?
(Multiple Choice)
4.8/5
(35)
The process of retrieving only certain rows based upon a specified condition is known as ____.
(Multiple Choice)
4.9/5
(27)
Oracle12c is case sensitive when comparing data to a search condition._________________________
(True/False)
4.8/5
(43)
The maximum number of columns that can be specified for sorting data is ____.
(Multiple Choice)
4.9/5
(37)
Search conditions for data contained in non-numeric columns must be enclosed in double quotation marks.
(True/False)
4.8/5
(36)
What special consideration needs to be given to search conditions when they are being compared to character or date columns?
(Essay)
4.9/5
(30)
When sorted in descending order,NULL values will be listed first in the results,unless the user specifies otherwise.
(True/False)
4.9/5
(37)
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)
4.7/5
(35)
Which of the following clauses is used to indicate a particular sort sequence for presenting query results?
(Multiple Choice)
4.8/5
(44)
Although Oracle12c is not case sensitive in regards to keywords,table names,and column names,it is case sensitive when comparing search conditions to the data contained in a database table.
(True/False)
4.9/5
(31)
When the WHERE clause contains multiple types of operators,which of the following is resolved first?
(Multiple Choice)
4.8/5
(37)
When using a search pattern,a(n)? symbol is used to indicate exactly one character in that position._________________________
(True/False)
4.8/5
(32)
The ____________________ logical operator is evaluated last in a sequence of logical operators.
(Short Answer)
4.9/5
(36)
In regards to sorting,if a DISTINCT option is used in the SELECT clause of a query then ____.
(Multiple Choice)
4.9/5
(35)
____________________ characters are used to represent unknown characters in a search pattern.
(Short Answer)
4.9/5
(35)
The ____________________ symbol is used to represent one or more characters in a search pattern.
(Short Answer)
4.7/5
(42)
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)
5.0/5
(32)
A greater than or equal to comparison is indicated by the symbols =>._________________________
(True/False)
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 list all books stored in the BOOKS table with a retail price of more than $38 sorted by retail price?

(Multiple Choice)
4.9/5
(37)
If a date column is being used for comparison against the search condition,the search condition is enclosed in double quotation marks._________________________
(True/False)
4.7/5
(32)
Showing 81 - 100 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)