Exam 8: Restricting Rows and Sorting Data

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

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

(Short Answer)
4.8/5
(31)

The ____________________ logical operator is used to combine search conditions when only one of the conditions must be TRUE to be included in the results.​

(Short Answer)
4.8/5
(38)

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

(True/False)
4.8/5
(38)

When sorting the results in descending order,which of the following values will be presented first in the output?​

(Multiple Choice)
4.8/5
(31)

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

(Short Answer)
4.9/5
(38)

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 SELECT statements will retrieve all orders contained in the ORDERS table that have not yet been shipped to the customer?​ -Based upon the contents of the ORDERS table in the accompanying figure,which of the following SELECT statements will retrieve all orders contained in the ORDERS table that have not yet been shipped to the customer?​

(Multiple Choice)
4.9/5
(37)

The "equal to" comparison operator is used to search for NULL values._________________________​

(True/False)
4.8/5
(25)

By default,a column listed in an ORDER BY clause is displayed in ____________________ order.​

(Short Answer)
4.7/5
(29)

​When the WHERE clause contains multiple types of operators,which of the following is resolved last?

(Multiple Choice)
4.9/5
(29)

A(n)percent sign is used in a search pattern to indicate zero,one,or more characters in a position._________________________

(True/False)
4.8/5
(34)

To instruct Oracle12c to sort data in descending order,enter ____ after the column name in the WHERE clause.​

(Multiple Choice)
4.8/5
(30)

If a numeric column is being used for comparison against the search condition,the search condition is enclosed in single quotation marks._________________________​

(True/False)
4.8/5
(35)

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

(Short Answer)
4.8/5
(37)

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 SQL statements will display all orders contained in the ORDERS table that have been shipped to the customer?​ -Based upon the contents of the ORDERS table in the accompanying figure,which of the following SQL statements will display all orders contained in the ORDERS table that have been shipped to the customer?​

(Multiple Choice)
4.9/5
(36)

When sorting data,the values will be sorted in ascending order by default._________________________​

(True/False)
4.9/5
(45)

​Comparison operators are used to combine search conditions.

(True/False)
4.8/5
(36)

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.8/5
(34)

The percent sign (%)is used in a search pattern to indicate "exactly one character in this position".​

(True/False)
4.7/5
(37)

A column alias that has been defined in the SELECT clause of a SELECT statement cannot be referenced in an ORDER BY clause.​

(True/False)
4.8/5
(30)

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

(Short Answer)
4.8/5
(44)
Showing 61 - 80 of 132
close modal

Filters

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