Exam 8: Restricting Rows and Sorting Data

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

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

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 all books that cost at least $25.00? -Based upon the contents of the BOOKS table in the accompanying figure, which of the following queries will return all books that cost at least $25.00?

(Multiple Choice)
5.0/5
(32)

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

(True/False)
4.9/5
(31)

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

If a date column is being used for comparison against the search condition, the search condition is enclosed in  double \underline { \text { double } } quotation marks. _________________________

(True/False)
4.8/5
(31)

Which of the following operators can be used to retrieve rows containing NULL values in a specific column?

(Multiple Choice)
4.9/5
(30)

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 not list the orders that have been shipped to Atlanta or Seattle? -Based upon the contents of the ORDERS table in the accompanying figure, which of the following queries will not list the orders that have been shipped to Atlanta or Seattle?

(Multiple Choice)
4.9/5
(38)

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

(True/False)
4.9/5
(30)

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

Search conditions for data contained in non-numeric columns must be enclosed in double quotation marks.

(True/False)
4.9/5
(40)

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

(Multiple Choice)
4.8/5
(37)

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

(True/False)
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 the title and retail price of each book stored in the BOOKS table in order of category and retail price? -Based upon the contents of the BOOKS table in the accompanying figure, which of the following queries will display the title and retail price of each book stored in the BOOKS table in order of category and retail price?

(Multiple Choice)
4.7/5
(31)

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

The ____________________ clause is used to restrict the rows returned by a query.

(Short Answer)
4.8/5
(34)

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

(True/False)
4.9/5
(35)

A greater than or equal to comparison is indicated by the symbols =>\underline {=> } . _________________________

(True/False)
4.8/5
(36)

When data is sorted in ascending order, NULL values appear  first \underline { \text { first } } in the list. _________________________

(True/False)
4.8/5
(33)

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

(Multiple Choice)
4.9/5
(35)

Which of the following operators can be used to combine search conditions?

(Multiple Choice)
4.8/5
(40)
Showing 21 - 40 of 132
close modal

Filters

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