Week_4 Flashcards

1
Q

What is a Data Model?

A

Integrated collection of concepts for describing data, relationships between data, and constraints on the data in an organization.

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

Describe the basis of a Relational Data Model.

A

Data and relationships are all represented as tables, and each table has columns and a unique name.

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

What is conceptual modelling?

A

Conceptual Modelling is the process of developing a model of information use that is independent of implementation details.

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

What is a Relationship in a Entity-Relationship model?

A

A Relationship describes the association between entities.

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

What is an Attribute?

A

An attribute is a property of an entity or a relationship type.

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

What is meant by Domain in association with an attribute?

A

The domain defines the potential values that an attribute may hold. (e.g. Domain for the Australian postcode is a sequence of 4 digits)

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

What is the difference between an Entity type and Entity Occurrence?

A

An Entity occurrence is a uniquely identifiable object of an entity type where as an Entity type is a group of objects with same properties, identified by the enterprise as having an independent existence.

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

What is Multiplicities in a Relationship?

A

They show the maximum and minimum number of possible occurrences of an entity type and how it relates to another entity type.

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

What is a Relation? (Relational Model terminology)

A

A relation is a table with columns and rows.

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

What is an attribute?

A

A attribute is a named column of a relation.

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

What is a domain?

A

A domain is the set of allowable values for one or more attributes.

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

What is a Tuple?

A

A Tuple is a row of a relation.

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

What is a Degree?

A

A Degree is the number of attributes in a relation.

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

What is the Cardinality?

A

The Cardinality is the number of tuples in a relation.

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