4.3

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

1/19

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.

20 Terms

1
New cards

Maxima

The greatest number of instances of one entity that can relate to a single instance of another entity.

2
New cards

Minima

The least number of instances of one entity that can relate to a single instance of another entity.

3
New cards

Cardinality

A relationship between two entities that indicates how many instances of one entity can or must be associated with instances of another entity.

4
New cards

Unique Attribute

An attribute that has at most one entity instance for each attribute value, distinguishing it from a singular attribute.

5
New cards

Singular Entity

An entity relation that has a maximum of one related instance.

6
New cards

Plural Entity

An entity relation that has a maximum of many related instances.

7
New cards

Attribute Maximum

The number of attribute values that can describe each entity instance.

8
New cards

Attribute Minimum

The least number of attribute values that can describe each entity instance.

9
New cards

Optional Related Entity

When the minimum is zero, indicating that the relationship is not mandatory.

10
New cards

Required Related Entity

When the minimum is one, indicating that the relationship is mandatory.

11
New cards

Entity

A thing with distinct existence, recognized within the context of a specific domain.

12
New cards

Attribute

A characteristic or property of an entity.

13
New cards

Instance

A specific realization of an entity type, representing a single occurrence.

14
New cards

Relationship

A connection between two or more entities.

15
New cards

One-to-One Relationship

A relationship where a single instance of one entity is related to a single instance of another entity.

16
New cards

One-to-Many Relationship

A relationship where a single instance of one entity can be associated with multiple instances of another entity.

17
New cards

Many-to-Many Relationship

A relationship where multiple instances of one entity can be associated with multiple instances of another entity.

18
New cards

Foreign Key

An attribute that creates a link between two tables, referencing a primary key from another table.

19
New cards

Primary Key

A unique identifier for a record in a table, ensuring that each instance is distinct.

20
New cards

Normalization

The process of organizing data in a database to reduce redundancy and improve data integrity.