Exam 4: Logical Database Design and the Relational Model
Exam 1: The Database Environment and Development Process173 Questions
Exam 2: Modeling Data in the Organization121 Questions
Exam 3: The Enhanced E-R Model and Business Rules74 Questions
Exam 4: Logical Database Design and the Relational Model120 Questions
Exam 5: Physical Database Design and Performance105 Questions
Exam 6: Introduction to SQL119 Questions
Exam 7: Advanced SQL111 Questions
Exam 8: Database Application Development100 Questions
Exam 9: Data Warehousing117 Questions
Exam 10: Data Quality and Integration102 Questions
Exam 11: Data and Database Administration116 Questions
Exam 12: Distributed Databases109 Questions
Exam 13: Object-Oriented Data Modeling91 Questions
Exam 14: Using Relational Databases to Provide Object Persistence113 Questions
Select questions type
The columns of a relation can be interchanged without changing the meaning or use of the relation.
Free
(True/False)
4.9/5
(35)
Correct Answer:
True
A relation that contains no multivalued attributes,and has nonkey attributes solely dependent on the primary key,but contains transitive dependencies is in which normal form?
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
B
Discuss when it is best to create a surrogate key for an associative entity.
Free
(Essay)
4.7/5
(43)
Correct Answer:
A surrogate key should be created when any of the following conditions hold: there is a composite primary key,the natural primary key is inefficient (such as a long name)or if the natural primary key is recycled.When you have an associative entity,it is often best to use a surrogate key when you have more than two relations that the associative entity is related to,since the primary key would be a composite of the primary keys of all entities related to the associative entity.
A relation is in first normal form if it has no more than one multivalued attribute.
(True/False)
4.9/5
(43)
When all multivalued attributes have been removed from a relation,it is said to be in:
(Multiple Choice)
4.8/5
(40)
If an identifier is not assigned,the default primary key for an associative relation consists of the two primary key attributes from the other two relations.
(True/False)
4.8/5
(41)
Data structures include data organized in the form of tables with rows and columns.
(True/False)
4.8/5
(35)
Discuss the two possible scenarios when mapping an associative entity.
(Essay)
4.8/5
(39)
A functional dependency between two or more nonkey attributes is called a:
(Multiple Choice)
4.8/5
(37)
An identifier assigned to an associative entity is also called a cross-relation key.
(True/False)
4.8/5
(38)
A(n)________ is a set of values that may be assigned to an attribute.
(Short Answer)
4.8/5
(36)
The process of decomposing relations with anomalies to create smaller,well-structured relations is called ________.
(Short Answer)
4.9/5
(45)
An attribute in a relation of a database that serves as the primary key of another relation in the same database is called a:
(Multiple Choice)
4.8/5
(41)
Physical database design decisions must be made carefully because of impacts on:
(Multiple Choice)
4.7/5
(43)
Showing 1 - 20 of 120
Filters
- Essay(12)
- Multiple Choice(43)
- Short Answer(24)
- True False(41)
- Matching(0)