Module 2 Flashcards
Building a Database and Defining Table Relationship
Composite Key
A primary key that consists of two or more fields.
data redundancy
A condition that occurs when you store the same data in more than one place; it wastes space and can cause inconsistencies.
properties
The characteristics of each field in a table.
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.
set
To select or enter a value for a property of a field.
Field Size property
The property that defines a field’s maximum storage size for Short Text, Number, and AutoNumber fields.
Byte
The Field Size property that stores whole numbers from 0 to 255 in one byte.
Integer
The Field Size property that stores whole numbers from -32,768 to 32,767 in two bytes.
Long Integer
The Field Size property that stores whole numbers from -2,147,483,648 to 2,147,483,647 in four bytes.
Single
The Field Size property that stores positive and negative numbers to precisely seven decimal places in four bytes.
Double
The Field Size property that stores positive and negative numbers to precisely 15 decimal places in eight bytes.
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.
Caption property
A field property that specifies how the field name is displayed in database objects, including table and query datasheets, forms, and reports.
Decimal
The Field Size property that stores positive and negative numbers to precisely 28 decimal places in 12 bytes.
Decimal Places property
The property that specifies the number of decimal places that are displayed to the right of the decimal point.