Ch. 8 Flashcards

1
Q

________ is the process referred when you want to see only records meeting certain conditions.

A

Selection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

_____ _______ is used to specify conditions that must be true for a record to be included in query results.

A

WHERE clause

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

_____ ___ ______ is used to specify the sorted order for displaying query results.

A

ORDER BY clause

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

_________ _______ ______ are used to indicate how a record should relate to a specific search value.

A

Mathematical comparison operators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A _______ identifies what must exist or a requirement that must be met for a record to be included in the results.

A

Condition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A _______ _______ indicates how data should relate to the search value, such as >.

A

Comparison Operator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The ____ operator is unique, in that its used with wildcard characters to search for patterns.

A

Like

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

_______ _______ are used to represent one or more alphanumeric characters.

A

Wildcard characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The LIKE operator includes the _______ option for indicating when wildcard symbols should be used as literals rather than translated as wildcard characters.

A

ESCAPE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the order in which operators are resolved?

A
  1. Arithmetic operations
  2. Comparison operators (, =, LIKE)
  3. Logical operatoras [in this order (NOT, AND, OR)}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A ______ ______ means no value has been stored in that field.

A

NULL value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When sorting in ascending order, values are listed in what order?

A
  1. Bland and special characters
  2. Numeric values
  3. Character values (uppercase first)
  4. NULL values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly