Principles Of Conceptual Database Design Flashcards

1
Q

Model

A

A representation of reality that retains only selected details.

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

Map

A

To associate elements in one sphere with elements in an other sphere.

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

Object-Oriented-Model

A

A model representing real world entities as objects rather than records.

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

Semantic model

A

A model that captures the meanings of real world entities and relationships.

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

Object Set

A

A set of things of the same kind.

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

Object Instance

A

A particular member of an object set.

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

Lexical Object Set

A

An object set consisting of instances that can be printed.

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

Abstract object set

A

An object set consisting of instances that cannot be printed.

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

Surrogate key

A

A unique computer system identifier for an abstract object instance. it has no meaning outside the computer system.

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

Specialization

A

An object set is a subset of another object set.

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

Generalization

A

An object set that is a superset of(or contains) another object set.

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

Relationship

A

A linking between instances of two object sets.

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

Aggregate Object Set

A

A relationship viewed as an object set.

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

Cardinality

A

The maximum number of instances of one object set related to a single instance of the other object set.

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

A Functional Relationship

A

A relationship having a maximum cardinality o one in at least one direction.

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

One to One

A

Relationship cardinalities of one in both directions.

17
Q

One to Many

A

Relationship cardinalities of one in one direction and many in the other.

18
Q

Many to Many

A

Relationship cardinalities of many in both directions.

19
Q

Attribute

A

Functional relationship from an object set to another set.

20
Q

Null attribute value

A

An attribute value that does not exist for a specific object instance.

21
Q

Key

A

A value that can always be used to uniquely identify an object instance.

22
Q

External Key

A

A set of lexical attributes whose values always identify a single object instance.

23
Q

Identifier

A

An external key

24
Q

Inherit

A

The property of a specialization set that causes it to have all the attributes of its generalization set.

25
Q

Conceptual Object Set

A

An object set whose instances are conceptual objects.

26
Q

Physical Object Set

A

An object set whose instances are physical objects.

27
Q

Dependent Object Set

A

An object set whose instances must be related to at least one other instance of another object set.

28
Q

View

A

A definition of a restricted portion of the database.

29
Q
A