Entity-Relationship Model Flashcards

Define entity, relationship, connectivity, cardinality, chen notation, crow's foot notation

1
Q

What is considered as a SET of record?

A

entity/table

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

What is the first stage of the design process?

A

conceptual modeling

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

Notation modes used for DB data modeling

A

Chen Notation & Crow’s Foot

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

Chen Style

A
  • rectangle = entity
  • oval = attribute
  • diamond = relationship

Add * to the attribute you think is a key aka unique idenitifier

Use 0, 1, M to indicate entity relationship

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

Crow’s Foot

A
  • rectangle = entity
  • entity name in top section
  • attributes listed in bottom section
  • mark keys as PK/FK when necessary
  • Use ring (0), dash (1), crow’s foot (many)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

|| means . . .

A

one and only one

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

0|

A

zero or one

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

> |

A

one or more (looks like a Crow’s foot)

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

> 0

A

zero, one, or more

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