(4) The Relational Model of Data Flashcards

1
Q

Relationship degree

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Optional attribute

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Binary relationship

A

An ER term for an association (relationship) between two entities. For example, PROFESSOR teaches CLASS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Strong entity

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Iterative process

A

A process based on repetition of steps and procedures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Participants

A

An ER term for entities that participate in a relationship. For example, in the relationship “PROFESSOR teaches CLASS,” the teaches relationship is based on the participants PROFESSOR and CLASS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Existence-independent

A

A property of an entity that can exist apart from one or more related entities. Such a table must be created first when referencing an existence-dependent table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Identifiers

A

One or more attributes that uniquely identify each entity instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Composite attribute

A

An attribute that can be further subdivided to yield additional attributes. For example, a phone number such as 615-898-2368 may be divided into an area code (615), and exchange number (898), and a four-digit code (2368). Compare to simple attribute.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Weak relationship

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Ternary relationship

A

An ER term used to describe an association (relationship) between three entities. For example, a DOCTOR prescribes a DRUG for a PATIENT.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Existence-dependent

A

A property of an entity whose existence depends on one or more other entities. In such an environment, this table must be created and loaded first because the existence-dependent key cannot reference a table that does not yet exist.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Multi valued attributes

A

An attribute that can have many values for a single entity occurrence. For example, an EMP_DEGREE attribute might store the string “BBA, MBA, PHD” to indicate three different degrees held.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Mandatory participation

A

A relationship in which one entity occurrence must have a corresponding occurrence in another in tiny. For example, an EMPLOYEE works in a DIVISION. (A person cannot be an employee without being assigned to a company’s division).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Cardinality

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Simple attribute

A

An attribute that cannot be subdivided into meaningful components. Compare to composite attribute.

17
Q

Required attribute

A

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

18
Q

Non-identifying relationship

A

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

19
Q

Single-valued attribute

A

An attribute that can have only one value.

20
Q

recursive relationship

A

A relationship found within a single entity type. For example, an EMPLOYEE is married to an EMPLOYEE or a PART is component of another PART.

21
Q

Unary relationship

A

An ER term to describe an association within an entity. For example, and EMPLOYEE might manage another EMPLOYEE.

22
Q

Strong (identifying) relationship

A

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

23
Q

Optional participation

A

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

24
Q

Weak entity

A

An entity that displays existence dependence and inherits the primary key of its parent entity. For example, a DEPENDENT requires the existence of an EMPLOYEE.

25
Q

Composite identifier

A

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

26
Q

Derived attribute

A

An attribute that does not physically exist within the entity and is derived via an algorithm. For example, the Age attribute may be derived by subtracting the birth date from the current date.

27
Q

Relational schema

A

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