Exam 4: Single-Table Queries

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

The ____ operator finds rows that do not contain a null value in the specified column.

(Multiple Choice)
4.8/5
(33)

The ____ function calculates a total of the values in a column.

(Multiple Choice)
4.8/5
(38)

The HAVING clause is used to restrict groups.

(True/False)
4.9/5
(33)

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

(Short Answer)
4.9/5
(39)

The ____________________ operator eliminates duplicate values in the query results.

(Short Answer)
4.9/5
(44)

The basic form of the SQL SELECT command is ____.

(Multiple Choice)
5.0/5
(44)

When you use the MAX function, SQL ignores any ____________________ value(s) in the column and eliminates them from the computations.

(Short Answer)
4.7/5
(42)

A(n) ____________________ is simply a question represented in a way that the DBMS can understand.

(Short Answer)
4.9/5
(38)

The ____ operator specifies a range of values in a condition.

(Multiple Choice)
4.8/5
(34)

The BETWEEN operator is an essential feature of SQL.

(True/False)
4.8/5
(39)

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

(True/False)
4.7/5
(39)

A simple condition has the form: column name, comparison operator, and then either another column name or a value.

(True/False)
4.9/5
(44)

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

In a nested query, the outer query is evaluated first.

(True/False)
4.8/5
(39)

The WHERE clause applies to both rows and groups.

(True/False)
4.7/5
(30)
Showing 61 - 75 of 75
close modal

Filters

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