Data Model and ERD Flashcards

1
Q

–person, place, object, event, concept (often
corresponds to a row in a table)

A

Entities

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

–link between entities (corresponds to primary
key-foreign key equivalencies in related tables)

A

Relationships

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

property or characteristic of an entity or relationship type
(often corresponds to a field in a table)

A

Attribute

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

An attribute (or
combination of attributes) that uniquely
identifies individual instances of an entity
type

A

Identifier(key)

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

an attribute that
could be a key…satisfies the requirements
for being an identifier

A

Candidate Identifier

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

multivalued attribute

A

{ }

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

derived attribute

A

[ ]

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

The relationship type is modeled as lines between
entity types…the instance is between specific
entity instances

A

Relationship Types vs. Relationship Instances

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

combination of relationship
and entity

A

Associative Entity

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

is the
number of entity types that
participate in it

A

Degree of a relationship

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

Each entity in the relationship will have exactly one
related entity

A

One-to-one

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

An entity on one side of the relationship can have
many related entities, but an entity on the other side
will have a maximum of one related entity

A

One-to-many

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

Entities on both sides of the relationship can have
many related entities on the other side

A

Many-to-many

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

the number of
instances of one entity that can or must be
associated with each instance of another
entity

A

Cardinality Constraints

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

If zero, then optional
If one or more, then mandatory

A

Minimum Cardinality

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

The maximum number

A

Maximum Cardinality

17
Q

exist independently of other types of entities
has its own unique identifier
identifier underlined with single-line

A

Strong Entities

18
Q

dependent on a strong entity (identifying owner)…cannot exist on
its own
does not have a unique identifier (only a partial identifier)

A

Weak entitt

19
Q

links strong entities to weak entities

A

Identifying Relationship

20
Q

is like a relationship with an attribute, but it is
also considered to be an entity in its own right.

A

Associative entity