Exam 8: Restricting Rows and Sorting Data

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

When sorting the results in ascending order, which of the following values will be presented last in the output?

(Multiple Choice)
4.9/5
(36)

The maximum number of columns that can be used to sort the results of a query is 52.

(True/False)
4.8/5
(45)

The first column listed in an ORDER BY clause is considered the primary sort.

(True/False)
5.0/5
(37)

Retrieving only specific rows from a table is a process known as selection.

(True/False)
4.9/5
(40)

The ____________________ comparison operator is used when the search condition includes a search pattern.

(Short Answer)
4.8/5
(38)

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

(Multiple Choice)
4.8/5
(36)

The  BETWEEN \underline {\text { BETWEEN } } operator is used to determine the rows that match a value in a given list. _________________________

(True/False)
4.8/5
(39)

A NULL value is the same as a blank space.

(True/False)
4.9/5
(36)

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 list all orders placed by customer # 1020 that have not yet been shipped? -Based upon the contents of the ORDERS table in the accompanying figure, which of the following SQL statements will list all orders placed by customer # 1020 that have not yet been shipped?

(Multiple Choice)
4.8/5
(27)

When sorting data, the values will be sorted in  ascending \underline { \text { ascending } } order by default. _________________________

(True/False)
4.8/5
(30)

When two conditions are joined by the OR\underline{OR} keyword, both conditions must be True for a record to be included in the results. _________________________

(True/False)
4.9/5
(44)

When two conditions are joined by the AND logical operator, both of the conditions must be evaluated as FALSE to be included in the query results.

(True/False)
4.7/5
(28)

Which of the following operators is used when the criteria is based upon a search pattern?

(Multiple Choice)
4.9/5
(33)

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

(Multiple Choice)
4.9/5
(32)

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

(Multiple Choice)
4.8/5
(37)

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 display all books stored in the BOOKS table that generate more than 60 percent profit? -Based upon the contents of the BOOKS table in the accompanying figure, which of the following queries will display all books stored in the BOOKS table that generate more than 60 percent profit?

(Multiple Choice)
4.8/5
(31)

The process of retrieving only certain rows based upon a specified condition is known as ____.

(Multiple Choice)
4.9/5
(37)

The  LIKE \underline { \text { LIKE } } operator is used to indicate a range of values. _________________________

(True/False)
4.8/5
(32)

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 retrieve all books stored in the BOOKS table with Pubid 1 or 2 or that have a retail price of at least $42.00? -Based upon the contents of the BOOKS table in the accompanying figure, which of the following queries will retrieve all books stored in the BOOKS table with Pubid 1 or 2 or that have a retail price of at least $42.00?

(Multiple Choice)
4.9/5
(31)

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.9/5
(41)
Showing 41 - 60 of 132
close modal

Filters

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