Exam 7: Normalization of Relational Tables
Exam 1: Introduction to Database Management76 Questions
Exam 2: Introduction to Database Development76 Questions
Exam 3: The Relational Data Model75 Questions
Exam 4: Query Formulation With SQL75 Questions
Exam 5: Understanding Entity Relations76 Questions
Exam 6: Developing Data Models for Business Databases75 Questions
Exam 7: Normalization of Relational Tables76 Questions
Exam 8: Physical Database Design76 Questions
Exam 9: Advanced Query Formulation With SQL74 Questions
Exam 10: Application Development With Views75 Questions
Exam 11: Stored Procedures and Triggers76 Questions
Exam 12: View Design and Integration76 Questions
Exam 14: Data and Database Administration76 Questions
Exam 15: Transaction Management75 Questions
Exam 16: Data Warehouse Technology and Management78 Questions
Exam 17: Client-Server Processing and Distributed Databases76 Questions
Exam 18: Object Database Management Systems83 Questions
Select questions type
Figuer:
The table STUDENTD has the following meaning. A student may have several majors and several minors. In the table only one minor corresponds to a given major, and only one major corresponds to a given minor. Each student has a unique name.
STUDENTD NAME MAJOR MINOR GREEN MATH INFO GREEN PHILO LATIN HONEY INFO CS LAMPO MKTG MGT Takker MKTG MGT YONA INFO CS
-The table STUDENTD satisfies the following normal form (choose the highest NF):
(Multiple Choice)
4.7/5
(28)
Even if a database is to be used mostly for querying data,with little or no change to the data,the highest degree of normalization should still be implemented.
(True/False)
5.0/5
(41)
Figuer:
Name is the unique candidate key in the table STUDENTC. Each row in the table describes a different student. A student may only have one major and one minor. To each major corresponds a unique minor.
STUDENTC NAME AGE MAJOR MINOR GREEN 26 MATH INFO HONEY 18 INFO MATH LAMPOC 33 MKTG MGT TAKKER 45 MKTG MGT YONAR 28 INFO MATH
-The table STUDENTC satisfies the following normal form (choose the highest NF):
(Multiple Choice)
4.9/5
(29)
Figuer:
Name is the unique candidate key in the table STUDENTC. Each row in the table describes a different student. A student may only have one major and one minor. To each major corresponds a unique minor.
STUDENTC NAME AGE MAJOR MINOR GREEN 26 MATH INFO HONEY 18 INFO MATH LAMPOC 33 MKTG MGT TAKKER 45 MKTG MGT YONAR 28 INFO MATH
-The following is a transitive functional dependency in the table STUDENTC:
(Multiple Choice)
4.9/5
(31)
One of the situations that BCNF addresses which 3NF does not is where part of a key determines part of a key.
(True/False)
4.8/5
(32)
Storing a relationship in a database that could otherwise be derived from two independent relationships through a join operation can cause data modification operations to perform slower,but has no effect on modification anomalies.
(True/False)
4.8/5
(35)
By definition,any table that is in BCNF must be in _____________.
(Short Answer)
4.8/5
(32)
The table schema STUDENT is replaced by the following two tables' schemas: Table1\\
\begin{array}{|l|l|l|}
\hline \text { NAME } & \text { AGE } & \text { MAJOR } \\
\hline
\end{array}
Table2\\
\begin{array}{|l|l|}
\hline \text { MAJOR } & \text { MINOR } \\
\hline
\end{array}
(Multiple Choice)
4.8/5
(38)
A table would be in ___________ if a three-way relationship should be replaced with three binary tables instead of two.
(Short Answer)
4.9/5
(43)
Figuer:
The table STUDENTB has the following meaning. A student may have one major only and several minors; the choice of the major and of minors is independent of each other. Each student has a unique name. The table has only one candidate key.
STUDENTB NAME MAJOR MINOR GREEN MATH INFO GREEN MATH MKTG HONEY INFO MATH HONEY INFO MGT LAMPOC MKTG MGT TAKKER MKTG MGT YONA INFO MATH
-The following is a functional dependency in the table STUDENTB:
(Multiple Choice)
4.8/5
(30)
Due to the extra joins involved,splitting a table because it has multiple candidate keys can degrade query performance.
(True/False)
4.9/5
(35)
Figuer:
The table STUDENTA has the following meaning. A student may have several majors and several minors; the choice of majors and minors is independent of each other. Each student has a unique name. The table has only one candidate key.
STUDENTA NAME MAJOR MINOR GREEN MATH INFO GREEN MATH MKTG GREEN PHILO MKTG HONEY INFO MATH LAMPO MKTG MGT Takker MKTG MGT YONA INFO MATH
-The following is a multivalued dependency in the table STUDENTA:
(Multiple Choice)
4.8/5
(32)
An experienced database designer always tries to achieve at least 3NF in all of their tables.
(True/False)
4.8/5
(39)
A table is in _____________ if it does not contain any MDVs that are not also FDs.
(Short Answer)
4.9/5
(39)
Showing 61 - 76 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)