Deck 17: Database Design
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/51
Play
Full screen (f)
Deck 17: Database Design
1
A data model is a logical representation of the structure of the data.
True
2
Entities have attributes that describe characteristics of the entity.
True
3
Roger teaches a Chemistry class at the state university. Each student in the class can only be tutored by Roger; however, he can tutor multiple students. In a data model, this relationship is best represented as a(n) ________.
A) N:M relationship
B) N:N relationship
C) 1:N relationship
D) 1:1 relationship
A) N:M relationship
B) N:N relationship
C) 1:N relationship
D) 1:1 relationship
C
4
The angled lines in an entity-relationship (E-R) diagram used as shorthand to represent multiple relationships are referred to as a(n) ________.
A) crow's foot
B) identifier
C) attribute
D) cardinality line
A) crow's foot
B) identifier
C) attribute
D) cardinality line
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
5
Explain the database development process.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
6
Which of the following is TRUE of a data model?
A) It is created after the database is designed.
B) It is an attribute whose value is associated with only one entity instance.
C) It is a logical representation of the structure of the data.
D) It does not describe the relationships among the data.
A) It is created after the database is designed.
B) It is an attribute whose value is associated with only one entity instance.
C) It is a logical representation of the structure of the data.
D) It does not describe the relationships among the data.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
7
A data model does not depict the relationships among the data.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
8
A database contains a description of both the data and the relationships among the data.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
9
Which of the following is TRUE of entities?
A) Entities have an identifier whose value is associated with every entity in the data model.
B) Entities can only represent a logical construct or transaction, not a physical object.
C) The characteristics of entities are described by attributes.
D) The names of entities are always plural.
A) Entities have an identifier whose value is associated with every entity in the data model.
B) Entities can only represent a logical construct or transaction, not a physical object.
C) The characteristics of entities are described by attributes.
D) The names of entities are always plural.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
10
Which of the following is a highly popular technique for creating a data model with which the developers describe the content of a database by defining what is to be stored in the database and the associations among them?
A) entity-relationship (E-R) data model
B) Unified Modeling Language (UML)
C) object-relational model
D) semantic data model
A) entity-relationship (E-R) data model
B) Unified Modeling Language (UML)
C) object-relational model
D) semantic data model
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
11
Once the users have validated and approved the data model, it is transformed into a ________.
A) database design
B) technical report
C) knowledge system
D) data repository
A) database design
B) technical report
C) knowledge system
D) data repository
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
12
Carol, an online shopping customer, raises a complaint stating she had placed an order for books two weeks ago but has still not received them. Nigel, in charge of handling complaints for the site, wants to verify Carol's complaint. He tracks the order number and the order date for Carol's books. The data that Nigel is tracking are also called ________.
A) attributes
B) dependencies
C) cardinalities
D) alternatives
A) attributes
B) dependencies
C) cardinalities
D) alternatives
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
13
Which of the following notations signifies that an adviser can be related to many students and that a student can be related to many advisers?
A) 1:N
B) N:M
C) N:1
D) N:N
A) 1:N
B) N:M
C) N:1
D) N:N
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
14
Entities have relationships to attributes but not to each other.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
15
An identifier is an attribute whose value is associated with every entity in the data model.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
16
Maximum cardinality in an entity-relationship (E-R) diagram refers to the maximum number of ________.
A) normalizations possible in a diagram
B) entities that can be involved in a relationship
C) identifiers possible in a particular diagram
D) attributes associated with an entity
A) normalizations possible in a diagram
B) entities that can be involved in a relationship
C) identifiers possible in a particular diagram
D) attributes associated with an entity
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
17
Which of the following statements is TRUE of identifiers?
A) They are constraints on minimum requirements in a relationship.
B) They are data that users want to track.
C) They highlight instances of data duplication in a database.
D) They are attributes whose values are associated with only one entity instance.
A) They are constraints on minimum requirements in a relationship.
B) They are data that users want to track.
C) They highlight instances of data duplication in a database.
D) They are attributes whose values are associated with only one entity instance.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
18
In an organization, the administrative department consists of one clerk whose sole responsibility is the management of various administrative functions. The notation that accurately indicates this relationship is ________.
A) 1:N
B) N:N
C) 1:1
D) N:M
A) 1:N
B) N:N
C) 1:1
D) N:M
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
19
In an entity-relationship (E-R) diagram, a line is used to represent a relationship between two entities.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
20
Which of the following is TRUE of an entity-relationship (E-R) diagram?
A) Each entity is shown in separate rectangles.
B) Many-to-many relationships are generally denoted by N:N.
C) A crow's foot represents a 1:N relationship between two entities.
D) Crow's foot is a shorthand representation for a single relationship between entities.
A) Each entity is shown in separate rectangles.
B) Many-to-many relationships are generally denoted by N:N.
C) A crow's foot represents a 1:N relationship between two entities.
D) Crow's foot is a shorthand representation for a single relationship between entities.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
21
While representing the relationship between two entities in an entity-relationship diagram, the N:N notation is used to indicate that the same number of entities are present on each end of the relationship.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
22
The process of converting poorly structured tables into two or more well-structured tables is referred to as ________.
A) replication
B) integration
C) actualization
D) normalization
A) replication
B) integration
C) actualization
D) normalization
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
23
Database practitioners classify tables into various normal forms according to the kinds of problems they have.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
24
What are the different types of relationships represented in a data model?
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
25
1:N means that more than one entity is allowed on each side of the relationship.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
26
Normalization is a database design concept that helps to construct well-structured tables.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
27
The general goal of normalization is to construct tables such that every table has a single topic or theme.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
28
Normalized tables eliminate ________.
A) data dependency
B) data duplication
C) data insufficiency
D) data conversion
A) data dependency
B) data duplication
C) data insufficiency
D) data conversion
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
29
The crow's foot notation shows the minimum number of entities that can be involved in a relationship.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
30
The data integrity problem can occur only if data are missing.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
31
Explain the difference between maximum and minimum cardinality.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
32
To represent an N:M relationship between two entities, two normalized tables are sufficient.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
33
How is a data model transformed into a database design?
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
34
The data integrity problem can occur only if data are ________.
A) duplicated
B) missing
C) inefficient
D) insufficient
A) duplicated
B) missing
C) inefficient
D) insufficient
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
35
The notation N:N is used to indicate a many-to-many relationship in an E-R diagram.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
36
Tables that are not normalized can have data integrity problems.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
37
In an entity-relationship diagram, a vertical bar on the lines indicates that at least one entity of that type is required in the relationship.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
38
According to the kinds of problems they have, database practitioners classify tables into various ________.
A) solved forms
B) cardinalities
C) normal forms
D) relationships
A) solved forms
B) cardinalities
C) normal forms
D) relationships
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
39
The maximum number of entities that can be involved in a relationship is known as maximum cardinality.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
40
The general goal of normalization is to ________.
A) create a copy of an existing table
B) establish relationships among the entities in a table
C) convert two or more tables into a single table
D) construct tables such that every table has a single topic
A) create a copy of an existing table
B) establish relationships among the entities in a table
C) convert two or more tables into a single table
D) construct tables such that every table has a single topic
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
41
It is not necessary for a user to understand the data model. The IT department will handle any misunderstandings.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
42
In an entity relationship diagram, constraints on minimum requirements are called ________.
A) crow's foot
B) identifier
C) least cardinality
D) minimum cardinality
A) crow's foot
B) identifier
C) least cardinality
D) minimum cardinality
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
43
What are the steps involved in transforming a data model into a relational database design?
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
44
What is the next step after the users validate the data model?
A) The database is designed.
B) The requirements are verified.
C) The tables are identified.
D) The database is created.
A) The database is designed.
B) The requirements are verified.
C) The tables are identified.
D) The database is created.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
45
Entities have relationships with each other.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
46
Jackie is a new database administer. She notices that many of the tables are poorly constructed. What should she do to create more well-structured tables?
A) Jackie should delete the table and begin again.
B) Jackie should create a new database.
C) There is nothing Jackie can do; once the tables are created they are set.
D) Jackie should normalize the tables.
A) Jackie should delete the table and begin again.
B) Jackie should create a new database.
C) There is nothing Jackie can do; once the tables are created they are set.
D) Jackie should normalize the tables.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
47
Data integrity problems are not serious and can be easily fixed.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
48
The easiest time to change the database structure is after the database has been constructed and loaded with data.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
49
The easiest time to change the database structure is ________.
A) during the data modeling stage
B) after constructing the database
C) during the database designing stage
D) after creating database reports
A) during the data modeling stage
B) after constructing the database
C) during the database designing stage
D) after creating database reports
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
50
Who should validate and approve the data model?
A) the CIO
B) the IT staff
C) the users
D) managers
A) the CIO
B) the IT staff
C) the users
D) managers
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck
51
Explain the role of users in designing a database.
Unlock Deck
Unlock for access to all 51 flashcards in this deck.
Unlock Deck
k this deck