Exam 4: Single-Table Queries

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

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
(38)

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

(Short Answer)
4.7/5
(32)

You cannot assign names to computed columns.​

(True/False)
4.8/5
(37)

The basic form of the SQL SELECT command is ____.​

(Multiple Choice)
4.9/5
(35)

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

(Multiple Choice)
4.8/5
(36)

How do you construct the SELECT query?​

(Essay)
4.9/5
(43)

To sort records in descending order,follow the name of the sort key with the REVERSE operator.​

(True/False)
5.0/5
(36)

It is possible to place one query inside another.​

(True/False)
5.0/5
(44)

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

(True/False)
4.8/5
(41)

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

(Multiple Choice)
4.8/5
(37)

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

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(40)

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

(Multiple Choice)
4.8/5
(35)

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

(Short Answer)
4.7/5
(31)

The MIN function determines the minimum value in a column.​

(True/False)
4.9/5
(38)
Showing 61 - 75 of 75
close modal

Filters

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