Modern Database Management - Chapter 2 Vocabulary

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

1/35

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary from the Modern Database Management lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

Entity Instance

Person, place, object, event, or concept; often corresponds to a row in a table.

2
New cards

Entity Type

Collection of entities that share common properties; often corresponds to a table.

3
New cards

Relationship Instance

Link between entities; corresponds to primary key-foreign key equivalencies in related tables.

4
New cards

Relationship Type

Category of relationship; link between entity types.

5
New cards

Attributes

Properties or characteristics of an entity or relationship type; often corresponds to a field in a table.

6
New cards

Business Rules

Statements that define or constrain some aspect of the business.

7
New cards

Declarative Business Rule

States what should be, not how it should be done.

8
New cards

Atomic Business Rule

A business rule that makes one statement.

9
New cards

Data Definition

Explanation of a term or fact within the data.

10
New cards

Term

Word or phrase with a specific meaning related to data.

11
New cards

Fact

Association between two or more terms.

12
New cards

Entity

A person, place, object, event, or concept in the user environment about which the organization wishes to maintain data.

13
New cards

Strong Entity

Exists independently of other types of entities and has its own unique identifier.

14
New cards

Weak Entity

Dependent on a strong entity (identifying owner) and cannot exist on its own; does not have a unique identifier.

15
New cards

Identifying Relationship

Links strong entities to weak entities.

16
New cards

Attribute

Property or characteristic of an entity or relationship type.

17
New cards

Required Attribute

Must have a value for every entity instance.

18
New cards

Optional Attribute

May not have a value for every entity instance.

19
New cards

Composite Attribute

An attribute that has meaningful component parts (sub-attributes).

20
New cards

Multivalued Attribute

May take on more than one value for a given entity instance.

21
New cards

Derived Attribute

Values can be calculated from related attribute values and are not physically stored in the database.

22
New cards

Identifier (Key)

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

23
New cards

Candidate Identifier

An attribute that could be an identifier because it satisfies the requirements for being an identifier.

24
New cards

Relationship Type

The relationship between entity types.

25
New cards

Relationship Instance

The relationship between specific entity instances.

26
New cards

Associative Entity

Combination of relationship and entity; used to represent many-to-many relationships and can have its own attributes.

27
New cards

Unary Relationship

Entities of the same entity type related to each other.

28
New cards

Binary Relationship

Entities of one type related to entities of another type.

29
New cards

Ternary Relationship

Entities of three different types involved in the same relationship.

30
New cards

One-to-One Cardinality

Each entity in the relationship will have exactly one related entity.

31
New cards

One-to-Many Cardinality

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

32
New cards

Many-to-Many Cardinality

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

33
New cards

Cardinality Constraints

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

34
New cards

Minimum Cardinality

If zero, then optional; if one or more, then mandatory.

35
New cards

Maximum Cardinality

The maximum number of instances that can be related.

36
New cards

Time Stamp

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