Chapter 04: Entity Relationship (ER) Modeling

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/69

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.

70 Terms

1
New cards

FALSE

The entity relationship model (ERM) is dependent on the database type.

2
New cards

FALSE

The Crow's Foot notation is less implementation-oriented than the Chen notation.

3
New cards

TRUE

An entity in the entity relationship model corresponds to a table in the relational environment.

4
New cards

TRUE

In the entity relationship model, a table row corresponds to an entity instance.

5
New cards

TRUE

In the Chen and Crow's Foot notations, an entity is represented with a rectangle containing the entity's name.

6
New cards

TRUE

In the original Chen notation, each attribute is represented by an oval with the attribute name connected to an entity rectangle with a line.

7
New cards

FALSE

Software vendors have adopted the Chen representation because of its compact representation.

8
New cards

TRUE

A composite identifier is a primary key composed of more than one attribute.

9
New cards

FALSE

The Crow's Foot notation easily identifies multivalued attributes.

10
New cards

FALSE

Composite attributes make it easier to facilitate detailed queries.

11
New cards

TRUE

Connectivities and cardinalities are established by concise statements known as business rules.

12
New cards

FALSE

In Chen notation, there is no way to represent cardinality.

13
New cards

FALSE

In implementation terms, an entity is existence-dependent if it has a mandatory primary key.

14
New cards

FALSE

A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.

15
New cards

TRUE

A weak entity has a primary key that is partially or totally derived from the parent entity in the relationship.

16
New cards

TRUE

In a 1:M relationship, to avoid the possibility of referential integrity errors, the data of the '1' side must be loaded first.

17
New cards

FALSE

Relationships between entities always operate in one direction.

18
New cards

FALSE

The existence of a mandatory relationship indicates that the minimum cardinality is 0 or 1 for the mandatory entity.

19
New cards

FALSE

Referential integrity and participation are both bidirectional, meaning that they must be addressed in both directions along a relationship.

20
New cards

TRUE

To implement a small database, a database designer must know the '1' and the 'M' sides of each relationship and whether the relationships are mandatory or optional.

21
New cards

conceptual

The entity relationship diagram (ERD) represents the _____ database as viewed by the end user.

22
New cards

UML

The _____ notation of entity-relationship modelling can be used for both conceptual and implementation modelling.

23
New cards

domain

A(n) _____ is the set of possible values for a given attribute.

24
New cards

one

Ideally, an entity identifier is composed of _____ attribute(s).

25
New cards

composite

A _____ attribute can be further subdivided to yield additional attributes.

26
New cards

simple

A _____ attribute is one that cannot be subdivided.

27
New cards

M:N

The conceptual model can handle _____ relationships and multivalued attributes.

28
New cards

dashed line

A derived attribute is indicated in the Chen notation by a _____ that connects the attribute and an entity.

29
New cards

derived

The decision to store _____ attributes in database tables depends on the processing requirements and the constraints placed on a particular application.

30
New cards

entities

A relationship is an association between _____.

31
New cards

Cardinality

_____ expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.

32
New cards

(min, max)

In the entity relationship diagram (ERD), cardinality is indicated using the _____ notation, where max is the maximum number of associated entities and min represents the minimum number of associated entities.

33
New cards

symbols

When the specific cardinalities are not included on the diagram in Crow's Foot notation, cardinality is implied by the use of _____.

34
New cards

entity

Knowing the minimum and maximum number of _____ occurrences is very helpful at the application software level.

35
New cards

existence

An entity is said to be _____-dependent if it can exist in the database only when it is associated with another related entity occurrence.

36
New cards

strong

If an entity can exist apart from all of its related entities, then it is existence-independent, and it is referred to as a(n) _____ entity.

37
New cards

weak

A _____ entity has a primary key that is partially or totally derived from the parent entity in the relationship.

38
New cards

optional

The existence of a(n) _____ entity indicates that its minimum cardinality is zero.

39
New cards

unary

A _____ relationship exists when an association is maintained within a single entity.

40
New cards

ternary

A _____ relationship exists when three entities are associated.

41
New cards

recursive

If an employee within an EMPLOYEE entity has a relationship with itself, that relationship is known as a _____ relationship.

42
New cards

binary

To simplify the conceptual design, most higher-order relationships are decomposed into appropriate equivalent _____ relationships whenever possible.

43
New cards

M:N

The entity relationship model uses the associative entity to represent a(n) _____ relationship between two or more entities.

44
New cards

solid

When using the Crow's Foot notation, the associative entity is indicated by _____ relationship lines between the parents and the associative entity.

45
New cards

creating a detailed narrative of the organization's description of operations

The first step in building an entity-relationship diagram (ERD) is _____.

46
New cards

(1,1)

The Crow's foot symbol with two vertical parallel lines indicates _____ cardinality.

47
New cards

optional to

If Tiny College has some departments that are classified as 'research only' and do not offer courses, the COURSE entity of the college database would be _____ the DEPARTMENT entity.

48
New cards

high processing speeds

In organizations that generate large number of transactions, _____ are often a top priority in database design.

49
New cards

information

Complex _____ requirements may dictate data transformations, and they may expand the number of entities and attributes within the design.

50
New cards

iterative

Database design is a(n) _____ process based on repetition.

51
New cards

Attributes

_____ are characteristics of entities.

52
New cards

required

A(n) _____ attribute is an attribute that must have a value.

53
New cards

Identifiers

_____ are underlined in an ER diagram.

54
New cards

single-valued

A person's Social Security number would be an example of a(n) _____ attribute.

55
New cards

derived

A(n) _____ attribute need not be physically stored within the database.

56
New cards

classification

A relationship _____ is difficult to establish if only one side of the relationship is known.

57
New cards

minimum

When indicating cardinality, the first value represents the _____ number of associated entities.

58
New cards

primary key

The concept of relationship strength is based on how the _____ of a related entity is defined.

59
New cards

strong

A(n) _____ relationship is also known as an identifying relationship.

60
New cards

solid

The Crow's Foot notation depicts the strong relationship with a(n) _____ line between the entities.

61
New cards

existence

A weak entity must be _____-dependent.

62
New cards

rectangle

The Chen notation identifies a weak entity by using a double-walled entity _____.

63
New cards

optional

Participation is _____ if one entity occurrence does not require a corresponding entity occurrence in a particular relationship.

64
New cards

small circle (O)

In Crow's Foot notation, an optional relationship between entities is shown by drawing a(n) _____ on the side of the optional entity.

65
New cards

participation

Failure to understand the distinction between mandatory and optional _____ in relationships might yield designs in which awkward (and unnecessary) temporary rows must be created.

66
New cards

degree

A relationship _____ indicates the number of entities or participants associated with a relationship.

67
New cards

iterative

A(n) _____ process is based on repetition of processes and procedures.

68
New cards

relationships

Identifying the attributes of entities helps in the better understanding of _____ among entities.

69
New cards

Documentation

_____ not only helps database designers to stay on track during the design process, it also enables them to pick up the design thread when the time comes to modify the design.

70
New cards

high

In organizations that generate large numbers of transactions, _____ processing speeds are often a top priority in database design, which result in minimal access time.