Chapter 3 (ER Model) Flashcards

1
Q

is a basic concept for the E R model. specific things or objects in the mini-world that are represented in the database.

A

Entities

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

properties used to describe an entity

A

Attributes

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

Each attribute has a _____ (or data type) associated with it

A

value set

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

Types of Attributes

A

Single
Composite
Multi-valued

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

Entities with the same basic attributes are grouped or typed into an ________

A

entity type

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

An attribute of an entity type for which each entity must have a unique value is called a ________ of the entity type.

A

key attribute

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

Each key is _____

A

underlined

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

Each entity type will have a collection of entities stored in the database called the

A

entity set or sometimes entity collection

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

Each simple attribute is associated with a _______

A

value set

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

specifies the set of values associated with an attribute

A

value set

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

A ________relates two or more distinct entities with a specific meaning.

A

relationship

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

Relationships of the same type are grouped or typed into a _______-

A

relationship type

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

The degree of a relationship type is the number of _________

A

participating entity types

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

Is the schema description of a relationship, identifies relationship name and participating entity types, and certain relationship constraints

A

relationship type

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

The current set of relationship instances represented in the database, the current state of a relationship type

A

Relationship Set

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

Constraints on Relationship Types also known as

A

ratio constraints

17
Q

specifies maximum participation

A

Cardinality Ratio

18
Q

specifies minimum participation

A

Existence Dependency Constraint

19
Q

Existence Dependency Constraint also known as

A

participation constraint

20
Q

A relationship type between the same participating entity type in distinct roles

A

Recursive Relationship Type

21
Q

Recursive Relationship Type also called

A

self-referencing relationship type

22
Q

An entity that does not have a key attribute and that is identification-dependent on another entity type

A

weak entity type

23
Q

A weak entity must participate in an ________ with an owner or identifying entity type

A

identifying relationship type