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