Study Guide Chapter 5 & 6

Beschreibung

1 ITD 256 Quiz am Study Guide Chapter 5 & 6, erstellt von jereznel am 09/06/2016.
jereznel
Quiz von jereznel, aktualisiert more than 1 year ago
jereznel
Erstellt von jereznel vor etwa 8 Jahre
102
1

Zusammenfassung der Ressource

Frage 1

Frage
A circle across the relationship line near an entity indicates ________.
Antworten
  • a maximum cardinality of "zero"
  • a maximum cardinality of "one"
  • a minimum cardinality of "optional"
  • a minimum cardinality of "required"

Frage 2

Frage
 A composite attribute is an attribute that ________.
Antworten
  • Describes a characteristic of the relationship
  • Is Multivalued
  • Consists of a group of attributes
  • Is calculated at run-time

Frage 3

Frage
A for­-use­-by pattern must involve what kind of entity?
Antworten
  • Weak entity with one identifying relationship
  • Strong entity
  • Supertype entity
  • Weak entity with two identifying relationships

Frage 4

Frage
A hash mark across the relationship line near an entity indicates ________.
Antworten
  • A maximum cardinality of "zero"
  • A maximum cardinality of "one"
  • A minimum cardinality of "optional"
  • A minimum cardinality of "required"

Frage 5

Frage
 A line­-item pattern must involve what kind of entity?
Antworten
  • Weak entity with one identifying relationship
  • Weak entity with two identifying relationships
  • Supertype entity
  • Strong entity

Frage 6

Frage
A referential integrity constraint policy that insures that all rows containing a particular foreign key value in a table are eliminated from the table when the row containing the corresponding primary key value in a parent table is eliminated from the database is called ________.
Antworten
  • Incremental updates
  • Incremental deletes
  • Cascading deletes
  • Cascading updates

Frage 7

Frage
A referential integrity constraint policy that insures that foreign key values in a table are correctly maintained when there is a change to the primary key value in the parent table is called ________.
Antworten
  • Cascading updates
  • Cascading deletes
  • Incremental updates
  • Incremental deletes

Frage 8

Frage
A surrogate key should be considered when ________.
Antworten
  • A relationship is N:M
  • A composite key is required
  • The key contains a lengthy text field
  • The key contains a number

Frage 9

Frage
An attribute that determines which subtype should be used is a(n) ________.
Antworten
  • Supertype
  • Subtype
  • Identifier
  • Discriminator

Frage 10

Frage
An entity that holds specialized attributes that distinguish it from one or more other similar entities is a ________.
Antworten
  • Supertype
  • Parent
  • Subtype
  • Discriminator

Frage 11

Frage
An entity whose existence depends on the presence of another entity but whose identifier does not include the identifier of the other entity is a(n) ________.
Antworten
  • ID­-dependent entity
  • Strong entity
  • Subtype entity
  • Weak entity

Frage 12

Frage
An entity whose identifier includes the identifier of another entity is a(n) ________.
Antworten
  • Required Entity
  • Weak Entity
  • Optional Entity
  • Strong Entity

Frage 13

Frage
An identifier may be ________.
Antworten
  • Optional
  • A relationship
  • Minimal
  • Composite

Frage 14

Frage
 An occurrence of a particular entity is called an ________.
Antworten
  • Entity relationship
  • Entity class
  • Entity attribute
  • Entity instance

Frage 15

Frage
Each attribute of an entity becomes a(n) ________ of a table.
Antworten
  • Alternate key
  • Primary key
  • Column
  • Foreign Key

Frage 16

Frage
Entities of a given type are grouped into an ________.
Antworten
  • Entity attribute
  • Entity instance
  • Entity relationship
  • Entity class

Frage 17

Frage
In a minimum cardinality, minimums are generally stated as ________.
Antworten
  • 0 or 1
  • M or N
  • 1 or N
  • One or many

Frage 18

Frage
In a relational database design, all relationships are expressed by ________.
Antworten
  • Creating a supertype
  • Creating a subtype
  • Creating a primary key
  • Creating a foreign key

Frage 19

Frage
 In relational database design, ID­dependent entities are not used to ________.
Antworten
  • handle associative relationships
  • represent relationships where the child identifier does not include the key of the parent
  • represent N:M relationships
  • handle archetype/instance relationships

Frage 20

Frage
Many­-to­-many relationships are represented by ________.
Antworten
  • an intersection table which has M:N relationships with the two tables
  • two tables with a 1:N relationship
  • two tables with an M:N relationship
  • an intersection table which has 1:N relationships with the two tables

Frage 21

Frage
Many-­to­-many relationships are represented by ________.
Antworten
  • an intersection table which has M:N relationships with the two tables
  • two tables with a 1:N relationship
  • two tables with an M:N relationship
  • an intersection table which has 1:N relationships with the two tables

Frage 22

Frage
Maximum cardinality refers to ________.
Antworten
  • the most instances of one entity class that can be involved in a relationship instance with another entity class
  • whether or not an instance of one entity class is required to be related to an instance of another entity class
  • the minimum number of entity classes involved in a relationship
  • whether or not an entity is a weak entity

Frage 23

Frage
Minimum cardinality refers to ________.
Antworten
  • the most instances of one entity class that can be involved in a relationship with one instance of another entity class
  • whether or not an entity is a weak entity
  • the minimum number of entity classes involved in a relationship
  • whether or not an instance of one entity class is required to be related to an instance of another entity class

Frage 24

Frage
Recursive relationships can have all of the following maximum cardinalities except ________.
Antworten
  • 1:1
  • N:M
  • 1:N
  • M:M

Frage 25

Frage
Supertype/subtype entities are said to have a(n) ________ relationship.
Antworten
  • HAS­-A
  • Redundant
  • IS-A
  • Recursive

Frage 26

Frage
The binary constraint must cover indicates that ________.
Antworten
  • a table includes values that must occur in a ternary relationship
  • a binary relationship includes a set of value combinations that must all occur in a ternary relationship
  • a specific binary relationship must be included in a ternary relationship
  • a table includes values that must occur in a binary relationship

Frage 27

Frage
The binary constraint must not indicates that ________.
Antworten
  • a table includes values that must not occur in a ternary relationship
  • a binary relationship includes value combinations that must not occur in a ternary relationship
  • a table includes values that must not occur in a binary relationship
  • a specific binary relationship must not be included in a ternary relationship

Frage 28

Frage
The characteristics of a thing are described by its ________.
Antworten
  • Identifiers
  • Attributes
  • Objects
  • Entities

Frage 29

Frage
The first step in transforming an extended E­R model into a relational database design is to ________.
Antworten
  • create a table for each relationship
  • create a table for each entity
  • remove any recursive relationships
  • evaluate the entities against the normalization criteria

Frage 30

Frage
The identifier of the entity becomes the ________ of the corresponding table.
Antworten
  • Subtype
  • Supertype
  • Primary Key
  • Foreign Key

Frage 31

Frage
To represent a multivalued attribute in an E­-R model, ________.
Antworten
  • create a new ID­dependent entity with a 1:1 relationship
  • create a new weak, but not ID­dependent entity with a 1:N relationship
  • create a new ID­dependent entity with a 1:N relationship
  • create a new strong entity with a 1:1 relationship

Frage 32

Frage
To represent a one-­to­-many relationship in a relational database design, ________.
Antworten
  • an intersection table must be created
  • the key of the table on the "many" side is placed in the table on the "one" side
  • the key of the parent is placed as a foreign key into the child
  • the key of the child is placed as a foreign key into the parent

Frage 33

Frage
To represent an archetype/instance pattern in an E­R model, ________.
Antworten
  • create a new ID­-dependent entity with a 1:1 relationship
  • create a new ID­-dependent entity with a 1:N relationship
  • create a new weak, but not ID-­dependent entity with a 1:N relationship
  • create a new strong entity with a 1:1 relationship

Frage 34

Frage
To represent an association pattern in an E-­R model, ________.
Antworten
  • create a new ID-­dependent entity with a N:1 relationships to two parent entities
  • create a new weak, but not ID­-dependent entity with a 1:1 relationship to one other entity
  • create a new strong entity with a 1:1 relationship to one other entity
  • create a new ID­-dependent entity with a 1:1 relationship to one other entity

Frage 35

Frage
When an entity has a relationship to itself, we have a(n) ________.
Antworten
  • supertype/subtype relationship
  • archetype/instance relationship
  • recursive relationship
  • Both supertype/subtype relationship and recursive relationship are correct

Frage 36

Frage
When representing a 1:1 relationship in a relational database design, ________.
Antworten
  • the intersection table gets the key from both relations
  • the key of each table must be placed as foreign keys into the other
  • the key of either table may be placed as a foreign key into the other
  • the key of both tables must be the same

Frage 37

Frage
When representing a one­to­many relationship in a relational database design, ________.
Antworten
  • the parent is always on the one side of the "one-­to­-many" relationship
  • either parent or child can be on the one side of the "one­-to­-many" relationship, and the choice is arbitrary
  • either parent or child can be on the one side of the "one­-to­-many" relationship, and special criteria indicate which table should be on the one side
  • the child is always on the one side of the "one-­to­-many" relationship
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Oktoberfest
max.grassl
Das Großes Deutsche Kuchen-Quiz
Jens Helfferich
Untersuchung von ganzrationalen Funktionen
Anna Lena
Proteinbiosynthese
Cornelius Ges
Vererbung
Greta Warnke
Kommunikationssoziologie teil 2 grimm
Victoria N.
Vetie - Tierzucht & Genetik - S II
Fioras Hu
PAED
Anna Huber
Vetie - Radiologie Übungs-K
Fioras Hu
Vetie Tierseuchen 2018
Johanna Müller
Vetie Berufsrecht 2021
Mascha K.