Modern Database Management - Chapter 2 Flashcards

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

1/25

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards based on the lecture notes for Chapter 2 of Modern Database Management, focusing on data modeling in the organization.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Entity Instance

A single occurrence of an entity type; person, place, object, event, concept (often corresponds to a row in a table).

2
New cards

Entity Type

A collection of entities that share common properties or characteristics (often corresponds to a table).

3
New cards

Relationship Instance

A 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, derived from policies, procedures, events, functions; assert business structure; control/influence business behavior; are expressed in terms familiar to end users; are automated through DBMS software.

7
New cards

Data Definition

Explanation of a term or fact. A concise description of essential data meaning, gathered in conjunction with systems requirements, accompanied by diagrams, achieved by consensus and iteratively refined.

8
New cards

Entity

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

9
New cards

Strong Entity

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

10
New cards

Weak Entity

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

11
New cards

Identifying Relationship

Links strong entities to weak entities.

12
New cards

Attribute

Property or characteristic of an entity or relationship type.

13
New cards

Composite Attribute

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

14
New cards

Multivalued Attribute

May take on more than one value for a given entity (or relationship) instance.

15
New cards

Derived Attribute

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

16
New cards

Identifier (Key)

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

17
New cards

Candidate Identifier

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

18
New cards

Unary Relationship

Entities of the same entity type related to each other.

19
New cards

Binary Relationship

Entities of one type related to entities of another type.

20
New cards

Ternary Relationship

Entities of three different types involved in the same relationship.

21
New cards

One-to-One Relationship

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

22
New cards

One-to-Many Relationship

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.

23
New cards

Many-to-Many Relationship

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

24
New cards

Cardinality Constraints

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

25
New cards

Associative Entity

Combination of relationship and entity.

26
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.