Chapter 3 Flashcards

1
Q

Entity

A

A thing in a real world with independent existence.
Ex: house ,person,job…

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

Attributes

A

Properties that describe the entities.
Ex: name,age,phone…

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

Composite attributes

A

Can be divide into further parts. Ex name-> last name,first name, middle name

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

Simple attributes

A

Cannot be divided into further parts. Ex:weight

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

Single valued attributes

A

Have a single value for a particular entity

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

Multivalued attributes

A

Can have set of values for a particular entity.
Ex: degree

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

Derived attributes

A

Can be derived from other attributes.
Ex: age can be derived from DOB

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

Stored attributes

A

From which the values of other attributes are derived
Ex: DOB

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

Complex attributes

A

Multivalued and composite
Multivalued {}
Composite()
Ex: {college degree(year,degree,field)}

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

Null values

A

Not applicable or unknown

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

Entity type

A

A collection of entities that have the same attributes

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

Entity set

A

Collection of entities of a particular entity type at a point in time.

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

key attribute

A

That attributes that is capable of identifying each entity uniquely

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

Relationship

A

Association among 2 or more entites

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

Degree of relationship

A

Denotes the number of entity types that participates in a relationship

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

Unary relationship

A

Relation with one entity maa hala

17
Q

Binary relationship

A

Relation with 2

18
Q

Ternary relationship

A

Relation with 3 entities

19
Q

Cardinality ratio

A

Maximum number of relationship instance that an entity can participate in.

20
Q

Participation constraints

A

Total participation
Partial participation

21
Q

Enhanced er model

A

Generalization : bottom-up approach lower level entities combine to form a higher level entity
Specialization: top-down higher level creat lower level entities