Chapter 4 Flashcards

1
Q

What is a strong entity?

A

When you delete a record in one table will illuminate the record in the other table. For example, remove a record in “employee” table will affect the record in the “dependent” table.

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

What is a weak entity?

A

When deleting a record in the “dependent” table will not affect the “employee” table.

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

What is an Existence dependence?

A

Entity exists in the database only when it is associated with another related entity occurrence

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

What is an Existence INdependence?

A

Entity exists apart from all of its related entities

Referred to as a strong entity or regular entity

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

What is Required attribute?

A

Must have a value, cannot be left empty

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

What are the characters of Optional attribute?

A

Does not require a value, can be left empty

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

What are the characters of Domain?

A

Set of possible values for a given attribute

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

What are the characters of Identifiers (Primary Keys)?

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

What is a Simple attribute?

A

A derived attribute is an attribute or property in a table that has been calculated or derived using other attributes in the database.

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

What is a Composite attribute?

A

Attribute that can be subdivided to yield additional attributes

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

What is a Single-valued attribute?

A

Attribute that has only a single value

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

What are Multivalued attributes?

A

Attributes that have many values and require creating: Several new attributes, one for each component of the original multivalued attribute

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

What is a Derived attribute?

A

Attribute whose value is calculated from other attributes: Derived using an algorithm

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

What are Participants?

A

Entities that participate in a relationship

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

What is Connectivity?

A

Describes the relationship classification

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

What is Cardinality?

A

Expresses the minimum and maximum number of entity occurrences associated with one occurrence of related entity. The inner side is always the maximum and the outer side is always the minimum. Have to identify the limit (maximum/minimum).

17
Q

What is a weak relationship?

A

Primary key of the related entity does not contain a primary key component of the parent entity

18
Q

What is a strong relationship?

A

Primary key of the related entity contains a primary key component of the parent entity

19
Q

What is Optional participation?

A

One entity occurrence does not require a corresponding entity occurrence in a particular relationship

20
Q

What is Mandatory participation?

A

One entity occurrence requires a corresponding entity occurrence in a particular relationship

21
Q

What is Relationship Degree?

A

Indicates the number of entities or participants associated with a relationship

22
Q

What is Unary relationship?

A

Association is maintained within a single entity

23
Q

What is Binary relationship?

A

Two entities are associated

24
Q

What is Ternary relationship?

A

Three entities are associated