Definitions:
|
Entity:
A person, place, object, event, or concept about which an organisation wishes to maintain
data.
For example
Person (Employee, Student, Client), Place (Town,
City, Country), Object (Part, building, vehicle), Event
(sale, enrolment), Concept (course, account).
Entity type (Table name):
Is a collection of entities sharing common attributes. Eg. Employee, Sales. In MS-Access
is the table name.
Entity attributes (field names in a record):
Named property of the entity of interest to the organisation. Commonly referred to as the
Field names.
Entity instance (record):
The actual data stored in the entity (table), and is a single occurrence of the entity
type.
Eg. 123422, Ben Dover, 12 Hide St, TAURANGA. Commonly referred to as the record.
(1994) McFadden,F & Hoffer,J.
pp126-.
|