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
When you transform the ERD into tables and then use normalization techniques to analyze each table,this is known as the __________________ approach in database development.
Free
(Short Answer)
4.8/5
(32)
Correct Answer:
refinement
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 functional dependency in the table STUDENTC:
Free
(Multiple Choice)
4.9/5
(29)
Correct Answer:
D
In the MVD expressed as ,a given A value is associated with one or more B and C values.
Free
(True/False)
4.8/5
(26)
Correct Answer:
True
Figuer:
Name is the unique candidate key in the table STUDENT. Each row in the table describes a different student. A student may only have one major and one minor. The choice of a major is independent of the choice of a minor
STUDENT NAME AGE MAJOR MINOR GREEN 26 MATH INFO HONEY 18 INFO MATH LAMPOC 33 MKTG MGT TAKKER 45 MKTG MGT TRAN 45 MATH INFF YONAR 28 INFO MATH
-The following is a functional dependency in the table STUDENT:
(Multiple Choice)
4.9/5
(42)
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 table STUDENTB satisfies the following normal form (choose the highest NF):
(Multiple Choice)
4.7/5
(36)
To achieve 4NF,it is possible that there may be M-way relationships that should be split into two or more binary relationships to avoid redundancy.
(True/False)
4.9/5
(35)
_________________ is the process of combing tables to make them easier to query.
(Short Answer)
4.8/5
(30)
Although rare,a table in DKNF can still have some modification anomalies.
(True/False)
4.8/5
(39)
Figuer:
Name is the unique candidate key in the table STUDENT. Each row in the table describes a different student. A student may only have one major and one minor. The choice of a major is independent of the choice of a minor
STUDENT NAME AGE MAJOR MINOR GREEN 26 MATH INFO HONEY 18 INFO MATH LAMPOC 33 MKTG MGT TAKKER 45 MKTG MGT TRAN 45 MATH INFF YONAR 28 INFO MATH
-The following anomaly exists in the table STUDENT:
(Multiple Choice)
4.8/5
(31)
The goal of 2NF and 3NF is to produce tables in which every key determines the other columns.
(True/False)
4.8/5
(38)
Primary key and foreign key constraints are both important kinds of value-based constraints.
(True/False)
4.8/5
(37)
The following functional dependencies demonstrate an example of a: A B
B C
Then A C
(Multiple Choice)
4.8/5
(42)
The column which appears on the left-hand side (LHS)of a functional dependency is the __________________.
(Short Answer)
4.9/5
(32)
In the MVD expressed as A B | C,where A,B,and C are columns,the three columns comprise a(n)____________________ of an associative table.
(Short Answer)
4.7/5
(27)
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 multivalued dependency in the table STUDENTB:
(Multiple Choice)
4.8/5
(39)
When part of a key determines a non-key,this is a violation of BCNF.
(True/False)
4.7/5
(36)
Examining sample data in a table can be used to prove that a functional dependency exists,but it is of no use in proving that a functional dependency does not exist.
(True/False)
4.8/5
(42)
When you can conclude that object A is related to object C because A is related to object B and B is related to C,this is an example of a(n)____________________.
(Short Answer)
4.9/5
(39)
A table is in ___________ if every non-key column is dependent on a candidate key,the whole candidate key,and nothing but the candidate key.
(Short Answer)
4.9/5
(43)
Showing 1 - 20 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)