Information Management (Chapter 3)

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

1/43

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.

44 Terms

1
New cards

Key

One or more attributes that determine other attributes.

2
New cards

Primary key (PK)

An identifier composed of one or more attributes that uniquely identifies an entity.

3
New cards

Composite key

A multiple-attribute key.

4
New cards

Key attribute

An attribute that is part of a primary key

5
New cards

Superkey

An attribute or attributes that uniquely identify each attribute. It is not yet a primary key.

6
New cards

Candidate key

A minimal superkey; that is, a key that does not contain a subset of attributes that is itself a superkey.

7
New cards

Entity integrity

It guarantees each entity has a unique value in a primary key and that the key has no null values.

8
New cards

Null

The absence of an attribute value. Note that a null is not a blank

9
New cards

Foreign key (FK)

An attribute or attributes in one table/entity whose values must match the primary key in another table/entity or whose values must be null.

10
New cards

Referential integrity

A condition by which a dependent table’s/entity’s foreign key must have either a null entry or a matching entry in the related table/entity.

11
New cards

Domain

The possible set of values for a given attribute

12
New cards

Required attribute

In ER modeling, an attribute that must have a value. In other words, it cannot be left empty.

13
New cards

Optional attribute

In ER modeling, an attribute that does not require a value; therefore, it can be left empty.

14
New cards

Identifier

One or more attributes that uniquely identify each entity instance.

15
New cards

Relational schema

The organization of a relational database as described by the database administrator

16
New cards

Composite identifier

In ER modeling, a key composed of more than one attribute.

17
New cards

Composite attribute

An attribute that can be further subdivided to yield additional attributes

18
New cards

Simple attribute

An attribute that cannot be subdivided into meaningful components

19
New cards

Single-valued attribute

An attribute that can have only one value.

20
New cards

Multivalued attribute

An attribute that can have many values for a single entity occurrence.

21
New cards

Derived attribute

An attribute that does not physically exist within the entity and is derived via an algorithm. Sometimes referred to as computed attributes

22
New cards

Participants

An ER term for entities that participate in a relationship.

23
New cards

Connectivity

The classification of the relationship between entities. Classifications include 1:1, 1:M, and M:N.

24
New cards

Cardinality

A property that assigns a specific value to connectivity and expresses the range of allowed entity occurrences associated with a single occurrence of the related entity.

25
New cards

Existence-dependent

A property of an entity whose existence depends on one or more other entities.

26
New cards

Existence-independent

A property of an entity that can exist apart from one or more related entities.

27
New cards

Strong entity

An entity that is existence-independent, that is, it can exist apart from all of its related entities, Also called Regular Entity

28
New cards

Weak (nonidentifying) relationship

A relationship in which the primary key of the related entity does not contain a primary key component of the parent entity.

29
New cards

Strong (identifying) relationship

A relationship that occurs when two entities are existencedependent; from a database design perspective, this relationship exists whenever the primary key of the related entity contains the primary key of the parent entity.

30
New cards

Weak entity

An entity that displays existence dependence and inherits the primary key of its parent entity

31
New cards

Optional participation

In ER modeling, a condition in which one entity occurrence does not require a corresponding entity occurrence in a particular relationship.

32
New cards

Mandatory participation

A relationship in which one entity occurrence must have a corresponding occurrence in another entity.

33
New cards

Relationship degree

The number of entities or participants associated with a relationship. A relationship degree can be unary, binary, ternary, or higher.

34
New cards

Unary relationship

An ER term used to describe an association within an entity. It is known as a recursive relationship

35
New cards

Binary relationship

An ER term for an association (relationship) between two entities

36
New cards

Ternary relationship

An ER term used to describe an association (relationship) between three entities.

37
New cards
38
New cards
39
New cards
40
New cards
41
New cards
42
New cards
43
New cards
44
New cards