Exam 8: Restricting Rows and Sorting Data

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

What is the purpose of the WHERE clause?

(Essay)
4.8/5
(35)

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  is enclosed \underline { \text { is enclosed } } 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 Contents of the ORDERS table    -Which of the following queries will display all orders placed in the month of March? -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  is case sensitive \underline {\text { is case sensitive } } 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  DESC \underline {\text { DESC } } keyword. _________________________

(True/False)
4.8/5
(33)
Showing 61 - 80 of 132
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)