Exam 4: Single-Table Queries

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

____________________ creates groups of rows that share some common characteristic.

(Short Answer)
4.9/5
(29)

SQL has special functions, called ____________________ functions, to calculate sums, averages, counts, maximum values, and minimum values.

(Short Answer)
4.8/5
(38)

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

(Multiple Choice)
4.9/5
(46)

The GROUP BY clause sorts the data in a particular order.

(True/False)
4.7/5
(45)

How do you construct the SELECT query?

(Essay)
4.7/5
(34)

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

(Short Answer)
5.0/5
(31)

Describe simple and compound conditions.

(Essay)
4.9/5
(37)

The MIN function determines the minimum value in a column.

(True/False)
4.7/5
(38)

A query is a question represented in a way that the DBMS can understand.

(True/False)
4.7/5
(32)

A(n) ____________________ clause provides a concise way of phrasing certain conditions.

(Short Answer)
4.8/5
(31)

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

(Short Answer)
4.9/5
(43)

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

(Multiple Choice)
5.0/5
(37)

Oracle supports only the <> version of the "not equal to" comparison operator.

(True/False)
4.8/5
(42)

A(n) ____________________ column is a column that does not exist in the database but can be computed using data in the existing columns.

(Short Answer)
4.9/5
(41)

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

(True/False)
4.8/5
(39)

The ____ clause lets you group data on a particular column.

(Multiple Choice)
4.8/5
(43)

Compare the WHERE and HAVING clauses.

(Essay)
4.8/5
(36)

All SELECT statements require a WHERE clause.

(True/False)
4.8/5
(29)

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

(Multiple Choice)
4.7/5
(40)

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

(True/False)
4.8/5
(48)
Showing 41 - 60 of 75
close modal

Filters

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