gis attribute data Flashcards
table
data stored as an array of rows and columns, with each row representing an object or feature and each column representing an attribute or property of that object
record
row in a table that contains one object
attribute field
column in a table containing information about spatial features
attribute table
table containing rows of information for features
standalone table
a table of information not linked to spatial data features
flat file database
data that stores data in simple files
hierarchical database
database that stores information in tables with permanent links between them
relational database
database that stores information in tables and constructs temporary relationships between them
join
temporary combination of data from two tables based on a common attribute field or location
query
an operation to extract records from a database according to a specified set of criteria
logical expression
a statement composed of fieldnames, operators, and values that specifies criteria used to select records or values from a layer or table
selected set
a set of features that have been extracted prior to another operation; the result of a query
key
an attribute field that is used to extract or match records in a table
source table
table that provides information that is being appended to another table in a join
destination table
the table that receives data from another table during a join operation
cardinality
The relationship between records in two tables:
Rule of Joining
each record in the destination table must have only one matching record in the source table
relate
a temporary association between two tables based on a common field whereby fields may be selected based on whether they match selected records in the other table
summarize
a function that groups records in a table according to one categorical field and calculates statistics for each group
field definition
parameters specified when creating an attribute field, including type of data, field length, precision and scale
field length
the maximum number of characters that can be stored in a text attribute field
precision
the number of digits allotted to store a numeric value
scale
ratio of the size of features on the map to their size on the ground
byte
a unit of data storage in base two containing eight zeroes or ones and holding a number from 0 to 255
ASCII
international code used to store simple text letters, numbers, and symbols: synonymous with text file
binary
numeric data stored in base 2 as a series of ones and zeroes; a computer’s native data storage
mantissa
the part of an exponential number that stores the significant digit
single-precision
numeric value stored using eight bytes of information
double-precision
a numeric value stored using 16 bytes of information
alias
alternate name displayed for a field in a table that does not have to follow length and character restrictions
event layer
map layer of points created from a series of coordinate pairs in a table