Access Chapter 2 Flashcards
special character that can represent one or more characters in the criterion of a query
wildcard
characteristic of a field that determines how it looks and behaves
field property
returns only records that meet all criteria
AND condition
a row in the query design view that determines which records will be selected
criteria row
determines the type of data that can be entered and the operations that can be performed on that data
data type
used to create a more understandable label than a field name that displays in the top row in datasheet view and in forms and reports
caption property
enables you to ask questions about the data stored in a database and provides answers to the questions in a datasheet
query
the term access used to describe a blank field
null
a number that automatically increments each time a record is added
autonumber
the unnecessary storing of duplicate data in two or more tables
data redundancy
when the primary key value in the primary table can match many of the foreign key values in the related table
one-to-many relationship
a field in one table that is also the primary key of another table
foreign key
an option that directs access to update all foreign key values in a related table when the primary key value is modified in a primary table
cascade update related fields
rules in a database that are used to preserve relationships between tables when records are changed
referential integrity
contains two or more tables, enabling you to take advantage of the relationships that have been set in your database
multitable query