Chapter 5 Multiple Choice

Beschreibung

asdf Quiz am Chapter 5 Multiple Choice, erstellt von . . am 15/09/2016.
. .
Quiz von . ., aktualisiert more than 1 year ago
. .
Erstellt von . . vor fast 8 Jahre
167
2

Zusammenfassung der Ressource

Frage 1

Frage
1. The extended entity relationship model (EERM) is sometimes referred to as the ____.
Antworten
  • A) entity relationship model
  • B) enhanced entity relationship model
  • C) entity clustering relationship model
  • D) extended entity relationship diagram

Frage 2

Frage
2. ____ is a generic entity type that is related to one or more entity subtypes.
Antworten
  • A) A subtype discriminator
  • B) Inheritance
  • C) A specialization hierarchy
  • D) An entity super type

Frage 3

Frage
3. The ____ depicts the arrangement of higher-level entity super types (parent entities) and lower-level entity subtypes (child entities).
Antworten
  • A) subtype discriminator
  • B) inheritance
  • C) specialization hierarchy
  • D) entity super type

Frage 4

Frage
4. Within a specialization hierarchy, every subtype can have ____ super type(s) to which it is directly related.
Antworten
  • A) zero
  • B) only one
  • C) one or many
  • D) many

Frage 5

Frage
5. A specialization hierarchy can have ____ level(s) of super type/subtype relationships.
Antworten
  • A) zero
  • B) only one
  • C) one or many
  • D) many

Frage 6

Frage
6. The property of ____ enables an entity subtype to inherit the attributes and relationships of the super type.
Antworten
  • A) subtype discriminator
  • B) inheritance
  • C) specialization hierarchy
  • D) entity super type

Frage 7

Frage
7. One important inheritance characteristic is that all entity subtypes inherit their ____ key attribute from their super type.
Antworten
  • A) primary
  • B) natural
  • C) foreign
  • D) surrogate

Frage 8

Frage
8. At the implementation level, the super type and its subtype(s) depicted in the specialization hierarchy maintain a ____ relationship.
Antworten
  • A) self-referencing
  • B) 1:1
  • C) 1:M
  • D) M:N

Frage 9

Frage
9. A(n) ____ is the attribute in the super type entity that determines to which entity subtype each super type occurrence is related.
Antworten
  • A) subtype discriminator
  • B) inheritance discriminator
  • C) specialization hierarchy
  • D) entity super type

Frage 10

Frage
10. The default comparison condition for the subtype discriminator attribute is the ____ comparison.
Antworten
  • A) not equality
  • B) less than
  • C) greater than
  • D) equality

Frage 11

Frage
11. Non-overlapping subtypes are subtypes that contain a(n) ____ subset of the super type entity set.
Antworten
  • A) entity
  • B) subtypes
  • C) unique
  • D) nonunique

Frage 12

Frage
12. Overlapping subtypes are subtypes that contain ____ subsets of the super type entity set.
Antworten
  • A) entity
  • B) subtypes
  • C) unique
  • D) nonunique

Frage 13

Frage
13. Partial completeness is symbolized by ____.
Antworten
  • A) a dotted line
  • B) two dashed lines
  • C) a circle over a single line
  • D) a circle over a double line

Frage 14

Frage
14. ____ is the bottom-up process of identifying a higher-level, more generic entity super type from lower-level entity subtypes.
Antworten
  • A) Specialization
  • B) Generalization
  • C) Partial completeness
  • D) Total completeness

Frage 15

Frage
15. An entity cluster is formed by combining multiple interrelated entities into ____.
Antworten
  • A) a single abstract entity object
  • B) multiple abstract entity object
  • C) a single entity object
  • D) multiple entity objects

Frage 16

Frage
16. The most important characteristic of an entity is its ____ key, used to uniquely identify each entity instance.
Antworten
  • A) primary
  • B) natural
  • C) foreign
  • D) surrogate

Frage 17

Frage
17. A ____ key is a real-world, generally accepted identifier used to uniquely identify realworld objects.
Antworten
  • A) primary
  • B) natural
  • C) foreign
  • D) surrogate

Frage 18

Frage
18. If one exists, a data modeler uses a ____ as the primary key of the entity being modeled.
Antworten
  • A) foreign key
  • B) combination key
  • C) surrogate key
  • D) natural identifier

Frage 19

Frage
19. The primary key's main function is to uniquely identify a(n) ____ within a table.
Antworten
  • A) attribute
  • B) entity instance or row
  • C) entity subtype
  • D) natural identifier

Frage 20

Frage
20. Composite primary keys are particularly useful as identifiers of composite entities, where each primary key combination is allowed only once in the ____relationship.
Antworten
  • A) 0:1
  • B) 1:1
  • C) 1:M
  • D) M:N

Frage 21

Frage
21. The “____” characteristic of a primary key states the following: The PK must uniquely identify each entity instance. A primary key must be able to guarantee unique values. It cannot contain nulls.
Antworten
  • A) unique values
  • B) nonintelligent
  • C) preferably single-attribute
  • D) security complaint

Frage 22

Frage
22. The “____” characteristic of a primary key states the following: The selected primary key must not be composed of any attribute(s) that might be considered a security risk or violation. For example, using a Social Security number as a PK in an EMPLOYEE table is not a good idea.
Antworten
  • A) unique values
  • B) nointelligent
  • C) preferably single-attribute
  • D) security complaint

Frage 23

Frage
23. The “____” characteristic of a primary key states the following: The PK should not have embedded semantic meaning. An attribute with embedded semantic meaning is probably better used as a descriptive characteristic of the entity rather than as an identifier.
Antworten
  • A) unique values
  • B) nonintelligent
  • C) preferably single-attribute
  • D) security complaint

Frage 24

Frage
24. Surrogate primary keys are especially helpful when there is no ____ key.
Antworten
  • A) primary
  • B) natural
  • C) foreign
  • D) composite

Frage 25

Frage
25.____ keys work with primary keys to properly implement relationships in the relational model.
Antworten
  • A) foreign
  • B) composite
  • C) natural
  • D) surrogate

Frage 26

Frage
26. The preferred placement for a foreign key when working with a 1:1 relationship is to ____.
Antworten
  • A) use the same primary key for both entities
  • B) create a bridge entity
  • C) place a foreign key in one of the entities
  • D) place a foreign key in both entities

Frage 27

Frage
27. When selecting a foreign key placement for a 1:1 relationship, place the PK of the entity on the mandatory side in the entity on the optional side as a FK, and make the FK mandatory when ____.
Antworten
  • A) one side is mandatory and the other side is optional
  • B) one side participates in another relationship
  • C) both sides are optional
  • D) both sides are mandatory

Frage 28

Frage
28.____ data refer to data whose values change over time and for which you must keep a history of the data changes.
Antworten
  • A) time-sensitive
  • B) time-variant
  • C) Historical
  • D) Change-based

Frage 29

Frage
29. A ____ occurs when you have one entity in two 1:M relationships to other entities, thus producing an association among the other entities that is not expressed in the model.
Antworten
  • A) surrogate primary keys
  • B) time-variant data
  • C) design trap
  • D) fan trap

Frage 30

Frage
30.____ relationships occur when there are multiple relationship paths between related entities.
Antworten
  • A) redundant
  • B) duplicated
  • C) time-variant
  • D) super type

Frage 31

Frage
31. According to the data modeling checklist, ____ should clearly define participation and cardinality rules.
Antworten
  • A) entities
  • B) naming conventions
  • C) relationships
  • D) attributes
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

El Perdón
Alonso Linares
Investiga las transformaciones de la cultura y de la vida cotidiana a lo largo del tiempo.
Sherlyn Muñoz
Irene
i.biza
Sean doce balines (a,b,c,d,e,f,g,h,i,j,k,l)
andres parra
Funciones Polinomiales
Julieta Maya
10.THE VALUATION PROCESS AND PRICING PROPERTIES
Brigita Safyra
Effective Citizens
Lauren Petrouleas
asdfas
bevan7
S C I E X
guohao.lam
Perspectives of learning
nilemon
Mind Idea
rodrigo.cespedes