4.1

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

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.

12 Terms

1
New cards

Entity Relation Model

A high-level representation of data requirements that ignores implementation details.

2
New cards

Entity Type

A set of things that share common attributes.

3
New cards

Relationship Type

A set of related things that defines how entities are associated.

4
New cards

Attribute Type

A set of values that describe the properties of an entity.

5
New cards

Reflexive Relationship

A relationship that relates an entity to itself.

6
New cards

ERD

Entity-Relationship Diagram, a visual representation of the entity relationship model.

7
New cards

Conceptual Design

Phase that develops an entity relationship model capturing data requirements, ignoring implementation details.

8
New cards

Logical Design

Phase that converts the ER model into tables, columns, and keys for a specific database system.

9
New cards

Physical Design

Phase that adds indexes and specifies how tables are organized on storage media.

10
New cards

Attribute Instance

An individual value associated with an attribute.

11
New cards

Relationship Instance

A statement about entity instances.

12
New cards

Entity Instance

An individual thing within an entity type.