DBMS Chapter 7 Flashcards

1
Q

Three Components of ERD

A

Entity Relationship Attributes

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

What are Entities

A

specific objects or things in the mini-world that are represented in the database. *a specific entity will have a value for each attribute

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

What are Attributes

A

properties used to describe an entity.

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

What are the types if Attributes

A

Simple Composite Multi-valued *note:composite and multi-valued may be nested arbitrarily to any number of levels although its rare.

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

Define Simple Attributes

A

each entity has a single atomic value for the attributes

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

Define Composite Attributes

A

Attribute may be composed of several components

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

Define Multi-valued Attributes

A

entity may have multiple values for the attributes

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

Define Key Attributes

A

An attribute of an entity type for which each entity must have a unique value is

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

Define Entity Type

A

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

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

Define Attribute Domain

A

Each simple attribute of an entity type is associated with domain of values

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

Define Relationships

A

relates two or more distinct entities with a specific meaning

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

Relationship Type

A

Relationships of the same type are grouped or typed into a relationship type

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

Degree of a Relationship Type

A

the number of participating entity types

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

Entity Type

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

Weak Entity Type

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

Relationship type

17
Q
A

Identifying Relationship Type

18
Q
A

Attribute

19
Q
A

Key Attribute

20
Q
A

Multivalued Attribute

21
Q
A

Composite Attribute

22
Q
A

Derived Attribute

23
Q
A

Total Participation of E2 in R

24
Q
A

Cardinality Ratio 1:N for E1:E2 in R

25
Q
A

Structural Constraint (min, max) on participation of E in R

26
Q

Recursive Relationship

A

Both participants are the same entity type in different roles (Employees supervise Employees)