Exam 4: Single-Table Queries

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

When you use the ____________________ function, you must specify the column to total, and the column data type must be numeric.

(Short Answer)
4.9/5
(34)

In SQL, the ____ symbol is used as a wildcard to represent any collection of characters.

(Multiple Choice)
4.9/5
(35)

You cannot assign names to computed columns.

(True/False)
4.8/5
(41)

After the word FROM in a SELECT statement, you list any conditions (restrictions)that apply to the data you want to retrieve.

(True/False)
4.8/5
(36)

When you need to sort data on two columns, the less important column is called the ____ sort key.

(Multiple Choice)
4.9/5
(41)

The ____________________ operator uses one or more wildcard characters to test for a pattern match.

(Short Answer)
4.7/5
(34)

To include spaces in computed column names, enclose the computed column name in ____.

(Multiple Choice)
4.9/5
(34)

When the OR operator connects simple conditions, the compound condition will be true whenever any one of the simple conditions is true.

(True/False)
4.8/5
(40)

The BETWEEN operator is an essential feature of SQL.

(True/False)
4.9/5
(47)

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

(Short Answer)
4.9/5
(35)

In a SELECT statement, the FROM clause and the WHERE clause (when used)must appear on separate lines.

(True/False)
4.9/5
(37)

The HAVING clause is used to restrict groups.

(True/False)
4.9/5
(42)

It is possible to place one query inside another.

(True/False)
4.9/5
(37)

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

(Multiple Choice)
4.8/5
(38)

In SQL, you use the ____ command to query a database.

(Multiple Choice)
4.9/5
(39)
Showing 61 - 75 of 75
close modal

Filters

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