Exam 4: Single-Table Queries

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

The COUNT function only applies to columns with numeric values.

(True/False)
4.7/5
(26)

The UNIQUE operator eliminates duplicate values in a query.

(True/False)
4.8/5
(42)

When you connect two or more simple conditions with the AND operator, each condition must be listed on a separate line.

(True/False)
4.9/5
(46)

Compare the WHERE and HAVING clauses.

(Essay)
4.9/5
(44)

____________________ creates groups of rows that share some common characteristic.

(Short Answer)
4.9/5
(35)

An arithmetic column is a column that does not exist in the database but can be computed using data in existing columns.

(True/False)
4.9/5
(36)

Aggregate functions apply to groups of rows.

(True/False)
4.8/5
(34)

In a nested query, the outquery is evaluated first .

(True/False)
4.9/5
(35)

The ____ wildcard symbol represents any individual character.

(Multiple Choice)
4.9/5
(35)

You form compound conditions by connecting two or more simple conditions using the ____ operators.

(Multiple Choice)
4.8/5
(33)

You use the ____ clause to list data in a specific order.

(Multiple Choice)
4.9/5
(36)

The MIN function determines the minimum value in a row.

(True/False)
4.9/5
(41)

Preceding a condition by the NOT operator reverses the truth of the original condition.

(True/False)
5.0/5
(37)

Sometimes a condition involves a column that can accept null values.

(True/False)
4.8/5
(36)

You can use computed columns in comparisons.

(True/False)
4.9/5
(36)

When the ____________________ operator connects simple conditions, all the simple conditions must be true in order for the compound condition to be true.

(Short Answer)
4.8/5
(35)

The ____________________ operator finds rows that contain a null value in the specified column.

(Short Answer)
4.9/5
(38)

The ____ function determines the number of rows in a table.

(Multiple Choice)
4.8/5
(43)

Which of the following operators can be used for a column computation?

(Multiple Choice)
5.0/5
(36)

Describe simple and compound conditions.

(Essay)
4.8/5
(42)
Showing 21 - 40 of 75
close modal

Filters

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