Block 2 - Lecture 1 Flashcards
What is Master data?
Master data which are of rather permanent nature and important for an organisation. For example: employee information.
What is transactional data?
Transactional data which record single events or facts. They tend to change constantly (e.g. daily, hourly, weekly).
Conceptual data view?
Conceptual View: A conceptual model of the information used in an enterprise independent of all physical considerations.
Logical data view?
Logical View: A refined and normalised version of the Conceptual View irrespective of its physical details of storage and representation.
Physical data View?
Physical View involves those physical aspects of storage and presentation, e.g. in terms of technical storage details & structures, tailored to DBMS type etc.
Purpose of entity relationship modelling?
Provides a common understanding or model of data to meet the needs of designers, programmers and end-users
top-down approach
translation (bridge) from requirements to design and implementation.
Define an entity
Entity: a type of thing that is capable of independent existence and on which an organisation may wish to hold data
Define attribute
Data about entities are called attributes
Define Cardinality
Cardinality: how many instances of an entity relate to one instance of another entity.
One-to-one.
Many-to-one
Many-to-many.
What is an entity relationship?
How two or more entity types are linked to one another
What is a key?
Keys enable links or relationships between entities