Bcis 4620 mid term

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:15 AM on 5/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards

Which of the following is an example of entity clustering for a doctor?

Surgeon, therapist, pediatrician

2
New cards

Let's assume that college football has many divisions. With this, each division has many players, and each division has many teams. Given these "incomplete" business rules. What type of relationship is division in with the players and the team?

division is in a 1:m relationship with team and players

3
New cards

What is the general rule that is used when using entity clusters?

to avoid the display of attributes

4
New cards

The purpose of an entity _____ is to simplify an entity-relationship diagram (ERD) and thus enhance its readability.

cluster

5
New cards

One important inheritance characteristic is that all entity subtypes inherit their _____ key attribute from their supertype.

primary

6
New cards

_________ is the bottom-up process of identifying a higher-level, more generic entity supertype from lower-level entity subtypes.

Generalization

7
New cards

What is the benefit of the entity clustering?

avoid the display of attributes to eliminate complications that result when the inheritance rules change

8
New cards

The entity supertype contains the common characteristics and the entity subtypes contain the unique characteristics of each entity subtype

True

9
New cards

Which of the answers below is familiar to end users and forms part of their day-to-day business vocabulary?

A natural key

10
New cards

What type of keys are useful as identifiers of weak entities, where the weak entity has a strong identifier relationship with the parent entity?

composite key

11
New cards

What occurs when you have one entity in two 1:M relationships to other entities, which then produces an association among the other entities that is not expressed in the model?

fan trap

12
New cards

What is the best data type for a primary key?

numeric

13
New cards

In the enhanced-entity-relationship, what is the collection of entities in this set classified as?

class

14
New cards

When there is a discriminator of a weak entity how is the set specified?

using a dashed line

15
New cards

What type of identifier relationship ensures that the dependent entity can exist only when it is related to the parent entity?

strong

16
New cards

One important inheritance characteristic is that all entity subtypes inherit their _____key attribute from their supertype.

primary

17
New cards

Which of the following is an example of a foreign key?

Its value can be deleted from the child table.

18
New cards

The purpose of an entity _____ is to simplify an entity-relationship diagram (ERD)and thus enhance its readability.

cluster

19
New cards

The _______ characteristic of a primary key states that the primary key must uniquely identify each entity instance, must be able to guarantee unique values, and must not contain nulls.

unique values

20
New cards

Which of the following can be null?

foreign key

21
New cards

The __ is used to develop an initial ERD that contains a few entities.

Data modeler

22
New cards

Using a data modeling point of view, what data refers to data whose values changeover time and for which there must be kept a history of the data changes?

time variant

23
New cards

Without the _________, the primary key inheritance rule changes.

Key attributes

24
New cards

What type of line represents a partial completeness constraint

single horizontal line under the circle

25
New cards

An entity cluster is considered "virtual" or "_____" in the sense that it is not actually an entity in the final ERD.

abstract

26
New cards

____ relationships occur when there are multiple relationship paths between related entities.

Redundant

27
New cards

The function of the primary key is to describe an entity.

False

28
New cards

The surrogate key has __ meaning in the user's environment.

No meaning

29
New cards

What type of key has the practical advantage in that it has no intrinsic meaning?

Surrogate

30
New cards

The "_____" characteristic of a primary key states that the primary key should not have embedded semantic meaning.

nonintelligent

31
New cards

According to the "preferably single-attribute" characteristic of a primary key, the primary key:

should have the minimum number of attributes possible.

32
New cards

How many entities can be represented in an entity cluster?

Multiple

33
New cards

The relationships depicted within the specialization hierarchy are sometimes described in terms of "is-a" relationships.

True

34
New cards

Implementing overlapping subtypes requires the use of one discriminator attribute for each subtype.

True

35
New cards

A design trap occurs when a relationship is improperly or incompletely identified and is therefore represented in a way that is not consistent with the real world.

True

36
New cards

Which of the following is a specialization hierarchy overlapping constraint scenario in case of partial completeness?

Supertype has optional subtypes.

37
New cards

Which of the answers below is not the most important characteristic of an entity?

A foreign key

38
New cards

If we are creating subtypes for a car dealership. Why would an accountant be a subtype of an employee?

because it is identifiable with employees and has unique attributes

39
New cards

Your boss needs you to show a specialization hierarchy that can reflect the relation between EMPLOYEES and its subtypes. What type of relationship do you need to show your boss?

1:1

40
New cards
A large entity relationship model (ERM) diagram was presented to management by the relationships between each entity was hard to understand visually, especially with dashed lines. If using the Crow's Foot model to depict the relationships, what other actions could be done to the ERM to make it more understandable in terms of number of occurrences in the related entities?
Notate the cardinality next to each table
41
New cards
A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity.
False
42
New cards
If a database designer had to determine the amount of revisions required to plan the completion of the database design, how many iterations would most likely take to account for all operational requirements in the database?
Many
43
New cards
In an ERD that say DOCTOR writes PRESCRIPTION, a PATIENT receives a PRESCRIPTION, and a DRUG appears in a PRESCRIPTION, it is mostly portraying what type of relationship degree?
Ternary
44
New cards
Attribute examples such as STU_LNAME, STU_FNAME, and ROM_NUMBER would apply to one entity.
False
45
New cards
If a college had professors who are not always assigned a class, but created classes would require one professor, then what is the relationship of the PROFESSOR table to the CLASS table?
Mandatory
46
New cards
The marketing team is not able to distinguish customers in a specific city because the CUSTOMER table is too compact. The table's attributes must be broken down to make the customer's city a groupable query. Which of the following attributes should be simplified to improve queries for the CUSTOMER table?
ADDRESS
47
New cards
When a company reorganizes its executive branch so executives can manage more than one division, the employee database will need to update its relationship between the EXECUTIVE and DIVISION tables to which of the following?
1:1 to 1:M
48
New cards
Connectivities and cardinalities are established by concise statements known as business rules.
True
49
New cards
If a college with a department called Research must also offer courses to its students, just like all other departments that offer courses, then what type of relationship would a COURSE have to a DEPARTMENT in an entity relationship diagram (ERD)?
Mandatory
50
New cards
If TEAM and PLAYER have a mandatory relationship where PLAYER has a cardinality expressed as (6,12), which of the following is true about the TEAM object?
Team must have a minimum of 6 players
51
New cards
When designing an ERD segment where a DEPARTMENT must have one or more PROFESSORs assigned to it, but the DEPARTMENT can only be chaired by one PROFESSOR, how would the "chairs" relationship be visualized on the DEPARTMENT table?
Optional