Lecture 3 Flashcards

(5 cards)

1
Q

Define database modelling.

A

A database model is a type of data model that determines the logical structure of a database (a blueprint).
The model essentially determines in which manner data can be stored, organized and manipulated.

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

REA database modelling.

A

REA models consist of classes, associations and multiplicities.

Classes = are separately identifiable collections of things (objects) about which the organization wants to collect.
Associations = depict the relationship between two classes
Multiplicities = describe the minimum and maximum number of times instances of one class can be associated with instances in another class

REA model links different classes to each other for example linking purchases and cash receipts. The relationship shows how the business process flows.

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

Define the building blocks of the REA model.

A

Classes = are separately identifiable collections of things (objects) about which the organization wants to collect.
Associations = depict the relationship between two classes
Multiplicities = describe the minimum and maximum number of times instances of one class can be associated with instances in another class

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

Apply the REA model to sales and collection business processes.

A

Look at diagram

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

Implement the REA model in MS access.

A

To implement an REA model into MS access you first have to create tables for each different section then link them through relationships making sure the primary keys are linked and adding primary keys to tables so tables can be linked.

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