Block 2 - Lecture 1 Flashcards

1
Q

What is Master data?

A

Master data which are of rather permanent nature and important for an organisation. For example: employee information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is transactional data?

A

Transactional data which record single events or facts. They tend to change constantly (e.g. daily, hourly, weekly).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Conceptual data view?

A

Conceptual View: A conceptual model of the information used in an enterprise independent of all physical considerations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Logical data view?

A

Logical View: A refined and normalised version of the Conceptual View irrespective of its physical details of storage and representation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Physical data View?

A

Physical View involves those physical aspects of storage and presentation, e.g. in terms of technical storage details & structures, tailored to DBMS type etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Purpose of entity relationship modelling?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define an entity

A

Entity: a type of thing that is capable of independent existence and on which an organisation may wish to hold data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define attribute

A

Data about entities are called attributes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define Cardinality

A

Cardinality: how many instances of an entity relate to one instance of another entity.
One-to-one.
Many-to-one
Many-to-many.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an entity relationship?

A

How two or more entity types are linked to one another

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a key?

A

Keys enable links or relationships between entities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly