Exam 4: Single-Table Queries

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

The DISTINCT operator is useful when used in conjunction with the COUNT function.

(True/False)
4.7/5
(38)

When you query a database, there is a defined order in which the results are displayed.

(True/False)
4.8/5
(33)

When you use the ____ function, you can use the asterisk (*)to represent any column.

(Multiple Choice)
4.9/5
(30)

The inner query in a nested query is called a(n)____________________.

(Short Answer)
4.9/5
(37)

In the SELECT clause, you can use the ____ symbol to indicate that you want to include all columns.

(Multiple Choice)
4.8/5
(30)

The ____ clause is used to restrict the groups that are included.

(Multiple Choice)
4.7/5
(32)

The ____ operator is inclusive, meaning that a value equal to either value would be selected.

(Multiple Choice)
4.8/5
(44)

When you use the SUM function, the column data type must be ____________________.

(Short Answer)
4.8/5
(32)

All SELECT statements require a WHERE clause.

(True/False)
4.9/5
(43)

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

(Short Answer)
4.8/5
(38)

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

(Multiple Choice)
4.9/5
(38)

In MySQL, you specify the results order by using the ____________________ clause.

(Short Answer)
4.8/5
(41)

It is possible to use both a WHERE clause and a HAVING clause in a SELECT statement.

(True/False)
4.8/5
(45)

To specify that query results be listed in a specific order, use the SORT BY clause.

(True/False)
4.7/5
(43)

In MySQL, to retrieve character data that exactly matches the case used in a WHERE clause, use the ____ keyword.

(Multiple Choice)
4.8/5
(37)

You use the ____________________ clause to retrieve rows that satisfy some condition.

(Short Answer)
4.8/5
(33)

You cannot change the order of the columns to be displayed in query results.

(True/False)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(35)

A ____________________ query is one query inside another.

(Short Answer)
4.8/5
(28)

You can use the ____________________ clause to limit the groups that are included.

(Short Answer)
4.9/5
(38)
Showing 41 - 60 of 75
close modal

Filters

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