ER Modeling

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Entity

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

2
New cards

Relationships

Link between entities (corresponds to primary key - foreign key quivalencies in related tables)

3
New cards

Attributes

Properties or characteristics of an entity or relationship type

4
New cards

Entity

a persson, a place ,an object, an event, or a cenpt in the user environment about which the organization wishes to maintain data

5
New cards

Entity Type

a collection of entities that share common properties or characteristics

6
New cards

Entity instance

a single occurrence of an entity type

7
New cards

Strong entity

- exists independently of other types of entities

- has its own unique identifier

8
New cards

Weak Entity

- dependent on a strong entity (identifying owner)... cannot exist on its own

9
New cards

Weak Entity

Does not have a unique identifier (only a partial identifier)

10
New cards

Weak Entity

Entity box and partial identifier have double lines

11
New cards

Identifying Relationship

Links strong entities to weak entities

12
New cards

Attributs

property of characteristic of an entity or relationship type

13
New cards

Required attribute

must have a value for every entity (or relationship) instance with which it is associated

14
New cards

Optional Attribute

may not have a value for every entity (or relationship) instance with which it is associated

15
New cards

Composite attribute

an attribute that has meaningful component parts (attributes)

16
New cards

Multivalued attribute

may take on more than one value for a givent entity (or relationship) instance

17
New cards

Derived attribute

values can be calculated from related attribute values (not physically stored in the database)

18
New cards

Identifier

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

19
New cards

Candidate Identifier

an attribute that could be an identitfier...satisfies the requirements for being an identifier

20
New cards

Associative Entity

combination of relationship and entity

21
New cards

Unary Relationship

what degreee of a relationship if one entity is related to another of the same entity type

22
New cards

Binary Relationship

what degree of a relationship is when entities of two different types related to each other

23
New cards

Ternary Relationship

what degree of a relationship when entities of three different types related to each other

24
New cards

One-to-One

Each entity in the relationship will have exactly one related entity

25
New cards

One-to-Many

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

26
New cards

Many-to-Many

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

27
New cards

Cardinality Constraints

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

28
New cards

Time stamp

a time value that is associated with a data value, often indicating when some event occured that affected the data value