Microsoft Office Access 2010 Objectives
Microsoft Office Access 2010 Objectives
Database Terminology
Field
Record Primary & Foreign Keys
Table Primary Key (PK)- Uniquely
identifies each record in a table. It
Database
is needed for searching the
database.
Some times if there is no unique
value in a table the database
What is a Table
designer may use a auto number
A set of records. in Access to use a unique
serialized number as the primary
Different Views of tables: key.
1. Design view used Examples: SIN, Student Number,
to create fields heath card number.
2. Datasheet view
used to add, edit,
or delete records Foreign Key (FK)- A field in one
table that is a primary key in
3. Pivot table view another table. It is with these
used to values we can build relationships
summarize data between tables.
about groups of
records. The values of an FK must satisfy
one of two conditions:
4. PivotChart view
creates a chart - any FK-value is a value
from the appearing in the referenced table or a
associated null value.
PivotTable view. Non Key- a regular field in a
Work with Table Views database.