Queries Flashcards

1
Q

Attribute queries test for what?

A

Table values (such as population)

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

Spatial queries test for what?

A

Spatial relationships

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

Each row in an attribute table represents a…?

A

Record (such as a site)

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

Each column in an attribute table represents a…?

A

Field (categories such as NRHP status)

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

What happens in an interactive query

A

The user visually identifies the desired features in a map or records in an attribute table

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

Operators

A

Act on objects to produce a result

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

What do arithmetic operators act on?

A

Numbers (+-x^)

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

Logical operators do what?

A

Test conditions, return true or false (= > < )

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

What are Boolean operators?

A

AND OR XOR NOT, test pairs of conditions and return true or false

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

In an attribute query, expressions are executed using what language?

A

SQL, structured query language

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

Spatial queries test what?

A

The spatial relation between two layers

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

What are the three basic operators that test spatial relationships?

A

Intersect, Contains/within, and proximity

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

What is a difference between the contains and completely contains operators?

A

The contains operator permits the feature to share a boundary

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

What is the importance of the target layer when executing a spatial query?

A

It’s the layer features will be selected from

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

What is the source layer in a spatial query

A

The layer that the target features are compared to

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

Spatial queries are done using what tool?

A

The Select by Layer tool