Basic ER Modeling Constructs

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

1/14

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to Basic ER Modeling Constructs and definitions pertinent to understand relational databases.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Entity Type

The form of the objects, events, or things we want to capture data about, defined by a name and its attributes, analogous to a table.

2
New cards

Entity Instance

An example of the objects, events, or things that represent data, defined by its values for the attributes of its entity type, analogous to a row.

3
New cards

Attributes

Characteristics that define an entity type and can include various types like primary key attributes, foreign key attributes, and composite attributes.

4
New cards

Primary Key Attributes

Attributes that uniquely identify each entity instance in a table.

5
New cards

Foreign Key Attributes

Attributes that establish a link between two tables, referring to the primary key in another table.

6
New cards

Multivalued Attributes

Attributes that can have multiple values for a single entity instance.

7
New cards

Relationship Degree

The number of entity types that can participate simultaneously in a relationship; e.g. unary, binary, or ternary.

8
New cards

Cardinality

The number of instances of an entity that may participate in a relationship.

9
New cards

Specialization

The process of creating subtypes from a general entity by focusing on attributes that only apply to certain instances.

10
New cards

Generalization

The process of combining multiple entities with common attributes into a more general entity.

11
New cards

Referential Integrity

A rule that ensures that a foreign key must either refer to an existing primary key or be NULL.

12
New cards

Entity Integrity

A rule that requires that primary key attributes cannot be NULL and must be unique for every row in a table.

13
New cards

Relational Schema

The structure that defines how data is organized in a relational database, including tables, fields, and relationships.

14
New cards

Composite Attributes

Attributes that can be divided into smaller sub-parts, which represent more basic attributes.

15
New cards

Derived Attributes

Attributes that can be calculated or derived from other data rather than stored directly.