Exam 8: Restricting Rows and Sorting Data

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

By default, query results are sorted in ascending order based upon the column specified in the ORDER BY clause.

(True/False)
4.9/5
(39)

____________________ operators are used to combine search conditions in the WHERE clause of a query.

(Short Answer)
4.8/5
(39)

The percent sign (%) and underscore (_) symbols can be used with the LIKE comparison operator to create a search pattern.

(True/False)
4.8/5
(33)

The <>, !=, or ^= operators can be used to search for values that are  not equivalent \underline { \text { not equivalent } } to the specified search condition. _________________________

(True/False)
4.8/5
(24)

The ____________________ logical operator is evaluated last in a sequence of logical operators.

(Short Answer)
4.8/5
(41)

Retrieving only certain rows from a table is known as projection.

(True/False)
4.8/5
(33)

Contents of the ORDERS table Contents of the ORDERS table    -Based upon the contents of the ORDERS table in the accompanying figure, which of the following queries will return all orders shipped within three days after the order was received? -Based upon the contents of the ORDERS table in the accompanying figure, which of the following queries will return all orders shipped within three days after the order was received?

(Multiple Choice)
4.8/5
(36)

The  numeric order \underline { \text { numeric order } } of columns in a SELECT clause can be referenced in the ORDER BY clause. _________________________

(True/False)
4.8/5
(33)

Contents of BOOKS table 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? -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
(38)

The order in which NULL values appear in the results can be overridden by which of the following keywords?

(Multiple Choice)
4.9/5
(35)

If a user performs a query that restricts the rows returned based upon a specified date, the date must be enclosed in ____.

(Multiple Choice)
4.8/5
(35)

The ____________________ keywords can be included in an ORDER BY clause to indicate that NULL values should be listed first in the results.

(Short Answer)
5.0/5
(35)

The  "equal to" \underline {\text { "equal to" }} comparison operator is used to search for NULL values. _________________________

(True/False)
5.0/5
(28)

To instruct Oracle11g to sort data in ascending order, enter ____ after the column name in the ORDER BY clause.

(Multiple Choice)
4.8/5
(37)

Although Oracle11g 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)
5.0/5
(34)

The ____________________ symbol is used for determining whether or not a value is greater than a specified search condition.

(Short Answer)
4.8/5
(30)

The underscore symbol (_) is used in a search pattern to indicate "exactly one character in this position".

(True/False)
4.8/5
(34)

Which of the following clauses is used to indicate a particular sort sequence for presenting query results?

(Multiple Choice)
4.9/5
(33)

____________________ characters are used to represent unknown characters in a search pattern.

(Short Answer)
4.8/5
(34)

The SORT BY clause is used to present query results in a specific order.

(True/False)
4.9/5
(32)
Showing 101 - 120 of 132
close modal

Filters

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