Exam 8: Restricting Rows and Sorting Data

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

The ____________________ clause is used to specify the order in which the data should be presented in the results of a query.

(Short Answer)
4.8/5
(30)

The < symbol is used to search for records containing a value that is less than or equal to the stated search condition._________________________​

(True/False)
4.8/5
(36)

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

The LIKE operator is used to indicate a range of values._________________________​

(True/False)
4.9/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 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
(31)

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

(True/False)
4.9/5
(32)

In a WHERE clause,logical operators are evaluated before comparison operators.​

(True/False)
4.9/5
(26)

____________________ is the process by which only certain rows are returned in the results of a query.​

(Short Answer)
4.8/5
(30)

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 book titles that are in the Business or Computer category and have a retail price of more than $35.00? ​ -​Based upon the contents of the BOOKS table in the accompanying figure,which of the following queries will retrieve all book titles that are in the Business or Computer category and have a retail price of more than $35.00?

(Multiple Choice)
4.8/5
(39)

A(n)clause identifies what must exist or a requirement that must be met for a record to be included in the results of a query._________________________​

(True/False)
4.9/5
(31)

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

(True/False)
4.8/5
(43)

The IN logical operator is similar to using OR._________________________​

(True/False)
4.8/5
(38)

To indicate that data should be sorted in descending order,use the DESC keyword._________________________​

(True/False)
4.9/5
(34)

​Which of the following is not a valid comparison operator?

(Multiple Choice)
4.9/5
(37)

What is the purpose of the ORDER BY clause?​

(Essay)
4.9/5
(34)

Which of the following is a valid comparison operator?​

(Multiple Choice)
4.9/5
(35)

When two conditions are joined by the AND keyword,both conditions must be FALSE for a record to be included in the results._________________________​

(True/False)
4.8/5
(28)

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

(Multiple Choice)
4.9/5
(34)

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

(True/False)
4.8/5
(31)

A(n)____ is used to indicate how data should relate to a given search condition.​

(Multiple Choice)
4.8/5
(31)
Showing 101 - 120 of 132
close modal

Filters

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