Access2013_T02_KeyTerms

advertisement
New Perspectives on Access 2013
Tutorial 2: Building a Database and Defining Table Relationships
Key Terms
Address Quick Start selection The Quick Start Selection that adds a collection of fields
related to an address to the table at one time. (AC 86)
Byte The Field Size property that stores whole numbers from 0 to 255 in one byte. (AC
58)
Caption property A field property that specifies how the field name is displayed in
database objects, including table and query datasheets, forms, and reports. (AC 58)
Cascade Delete Related Records option An option you can set to enforce the
referential integrity rule that permits a record in the primary table to be deleted and
also deletes all records in related tables that have matching foreign key values. (AC 99)
Cascade Update Related Fields option An option you can set to enforce the referential
integrity rule that permits a change in value to the primary key and changes the
appropriate foreign key values in related tables. (AC 99)
composite key A primary key that consists of two or more fields. (AC 55)
Ctrl+‘ A keyboard shortcut that lets you insert in the current field the value from the
same field in the previous record. (AC 79)
data redundancy A condition that occurs when you store the same data in more than
one place; it wastes space and can cause inconsistencies. (AC 55)
Data Type gallery An Access tool that allows you to add a group of related fields to a
table at the same time, rather than adding each field individually. (AC 84)
Decimal The Field Size property that stores positive and negative numbers to precisely
28 decimal places in 12 bytes. (AC 58)
Decimal Places property The property that specifies the number of decimal places that
are displayed to the right of the decimal point. (AC 62)
Default Value property The property that specifies what value will appear, by default,
for a field in each new record you add to a table. (AC 93)
delimited text file A type of text file in which fields of data are separated by a character
such as a comma or tab. (AC 96)
Description property The optional property you can use to enter a description for a field
to explain its purpose or usage. (AC 53)
Design view (for a table) The Access view you use to define or modify a table structure
or the properties of the fields in a table. (AC 52)
Double The Field Size property that stores positive and negative numbers to precisely
15 decimal places in eight bytes. (AC 58)
entity integrity The condition that exists when a primary key has been specified for a
table, whereby Access forces you to enter a value for the primary key field in every
record in the table. (AC 68)
F1 key The function key you press to display Help information, such as for the current
property in Table Design view. (AC 53)
F6 key The function key you press to move from the Table Design grid to the Field
Properties pane of the Table window in Design view. (AC 52)
field list A box listing the fields contained in a table in the order in which they appear.
(AC 77)
Field Properties pane The part of the Table window in Design view that contains the
properties for the selected field. (AC 53)
Field Size property The property that defines a field’s maximum storage size for Short
Text, Number, and AutoNumber fields. (AC 57)
import A process that allows you to copy the data from a source, without having to
open the source file, and to add the imported data in an Access table. (AC 80)
Integer The Field Size property that stores whole numbers from -32,768 to 32,767 in
two bytes. (AC 58)
join To relate tables using a common field. (AC 98)
join line In the Relationships window, the line that connects the common field that
joins two tables. (AC 77)
keyboard shortcut A key or combination of keys you press to complete an action more
efficiently. (AC 79)
Long Integer The Field Size property that stores whole numbers from -2,147,483,648 to
2,147,483,647 in four bytes. (AC 58)
null value The value that results from not entering a value for a field; a null value is not
permitted for a primary key. (AC 68)
one-to-many relationship The type of database relationship that exists between two
tables when one record in the first table matches zero, one, or many records in the
second table, and when one record in the second table matches at most one record in
the first table. (AC 76)
orphaned record A record whose matching record in either the primary or related table
has been deleted. (AC 99)
primary table The “one” table in a one-to-many relationship. (AC 77)
propagate To update field property changes made in Table Design view to the
corresponding property on forms and reports that include the modified field. (AC 91)
properties The characteristics of each field in a table. (AC 56)
Quick Start selection The name given to the group of fields you add to a table at the
same time using the Data Type gallery. (AC 86)
referential integrity A set of rules that Access enforces to maintain consistency
between related tables when you update data in a database. (AC 99)
related table The “many” table in a one-to-many relationship. (AC 77)
Relationships window The Access window in which you define and view the
relationships among a database’s tables. (AC 76)
Replication ID The Field Size property that establishes a unique identifier for replication
of tables, records, and other objects in databases created using Access 2003 and earlier
versions in 16 bytes. (AC 58)
set (a property) To select or enter a value for a property of a field. (AC 56)
Show Table button A button on the RELATIONSHIP TOOLS DESIGN tab that you click to
open the Show Table dialog box, where you can add tables to the Relationships window.
(AC 76)
Single The Field Size property that stores positive and negative numbers to precisely
seven decimal places in four bytes. (AC 58)
Table Design grid The part of the Table window in Design view that contains the values
for the Field Name, Data Type, and Description field properties. (AC 52)
Download