Attribute Data

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

Title

The name of the data table.

2
New cards

Records

The OBJECTID of the rows; numbered 1, 2, 3, …

3
New cards

Field

The name of the data column.

4
New cards

Field defintions

Control the type of data that can be stored in a field. 

5
New cards

Attribute table

Stores attributes of map features. Associated with spatial data layer. Has special fields for spatial information.

6
New cards

Standalone table

Stores any tabular data. Not associated with spatial data. OID instead of FID.

7
New cards

Database management systems

Dedicated systems for managing tables of data. Provide data management for agencies, universities, companies, etc. Designed for multi-user environments with enhanced security needs. Focus on data ables with tools for queries, reporting, graphing, etc. 

8
New cards

Flat file DBMS

Stores data as rows of information in files. Simple and robust. Inefficient for search and query.

<p>Stores data as rows of information in files. Simple and robust. Inefficient for search and query. </p>
9
New cards

Hierarchial DBMS

Stores data in multiple tables. Tables have defined parent-child relationships. Pre-set hierarchy of table repationships designed for specific queries. Very efficient for specific quetries. Range of queries limited by structure.

<p>Stores data in multiple tables. Tables have defined parent-child relationships. Pre-set hierarchy of table repationships designed for specific queries. Very efficient for specific quetries. Range of queries limited by structure. </p>
10
New cards

Relational DBMS

Stores data in multiple tables. Table relationships are defined as needed. Very flexible. Ideal for open-ended applications when queries not known beforehand. Most common type used in GIS applications.

<p>Stores data in multiple tables. Table relationships are defined as needed. Very flexible. Ideal for open-ended applications when queries not known beforehand. Most common type used in GIS applications. </p>
11
New cards

Joining tables

Allows two tables to be used as a singel table. Records are linked using a common field. The target table recieves additional information and the join table prvides the additional information.

12
New cards

Key

A common field is also known as a…

13
New cards

Target table

Recieves the additional information in a join. 

14
New cards

Join table

Provides the additional information in a join.

15
New cards

Multiple joins

More than two tables may be joined to a target table.

16
New cards

One-to-one joins

One record in the join table matches one record in the target table.

17
New cards

Cardinality

How many join records match each target record. 

18
New cards

Many-to-one join

One record in the join table matches many records in the target table. The join record is repeated as needed to fill out the target records.

19
New cards

One-to-many join

Many records in the join table match one record in the target table. Cannot be joined, and are instead related.

20
New cards

Relate

When tables remain seperate but are linked together so that a selection in one table can be used to select the linked records in the other table.

21
New cards

Rule of Joining

Each record in the target table must match one and only one record in the join table (one-to-one and many-to-one).

22
New cards

Many-to-many cardinality

Multiple records in one table match multiple records in another table. Can be related, but are not usually satisfactorily treated in GIS.

23
New cards

Summary statistics tool

Used to calculate statistics for one or more fields. Results are stored in a new table. 

24
New cards

Case field

Can be used to group features first.

25
New cards

Fields

Specific types available and must be defined before use. Once defined, they cannot be changed.

26
New cards

No more than 13 characters

Use only letters and numbers

Must start with a letter

Field naming rules:

27
New cards

Short, long, float, double, text, date

ArcGIS field data types:

28
New cards

Short field type

Integers stored as 2-byte binary numbers

Range of values -32,000 to +32,000

Examples: 255 and 12001

29
New cards

Long field type

Integers stored as 10-byte binary numbers

Range of values -2.14 billion to +2.14 billion

Examples: 156000 and 457890

30
New cards

Float field type

Floating-point values with 8 significant digits in the mantissa

Examples: 1.289385e12 or 1.5647894e −02

31
New cards

Double field type

Double-precision floating-point values with 16 significant digits in the mantissa

Example: 1.12114118119141e13

32
New cards

Text field type

Alphanumeric strings

Examples: ‘Maple St"‘ and ‘John H. Smith’

33
New cards

Date field type

Date/time format for calendar dates and times

Examples: 07/12/2008 and 10/17/1963 13:24:06

34
New cards

Calculate Field tool

Used to enter an expression to calculate new values for a field in a table.