Exam 8: Restricting Rows and Sorting Data

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

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

Free
(True/False)
4.7/5
(34)
Correct Answer:
Verified

False

A NULL value is the same as a blank space.​

Free
(True/False)
4.9/5
(33)
Correct Answer:
Verified

False

Logical operators are evaluated in the order of NOT,AND,and OR.​

Free
(True/False)
4.9/5
(40)
Correct Answer:
Verified

True

Contents of BOOKS table Contents of BOOKS table    ​ -​Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will return the category and title of all books stored in the BOOKS table presented in order of their category and,for the books in the same category,sort the title of the books in descending order? ​ -​Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will return the category and title of all books stored in the BOOKS table presented in order of their category and,for the books in the same category,sort the title of the books in descending order?

(Multiple Choice)
4.8/5
(29)

The numeric order of columns in a SELECT clause can be referenced in the ORDER BY clause._________________________​

(True/False)
4.9/5
(35)

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
(38)

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

(True/False)
4.9/5
(31)

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

(Multiple Choice)
4.9/5
(28)

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
(42)

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)

NOT,ALL,and OR are all considered logical operators.​

(True/False)
4.8/5
(42)

When two conditions are joined by the AND logical operator,only one of the conditions must be TRUE to be included in the query results.​

(True/False)
4.9/5
(33)

The ____________________ logical operator is similar to the IN comparison operator.​

(Short Answer)
4.7/5
(36)

A search condition can be specified in a(n)SELECT clause._________________________​

(True/False)
4.8/5
(41)

Which of the following search conditions can be used to identify records that have data stored in a column named ColB?​

(Multiple Choice)
4.7/5
(36)

An ORDER BY clause can reference a column to be used for sorting based upon its position in the SELECT clause.​

(True/False)
4.8/5
(39)

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

(True/False)
5.0/5
(32)

​To find rows containing a NULL value in a specified column,you must use the search condition of = NULL.

(True/False)
4.8/5
(42)

Which of the following clauses is used to restrict the rows returned by a query?​

(Multiple Choice)
4.8/5
(24)

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.9/5
(27)
Showing 1 - 20 of 132
close modal

Filters

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