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
Although 3NF and BCNF usually produce the same table results,3NF is a stronger and simpler definition than BCNF.
(True/False)
4.8/5
(28)
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 functional dependency in the table STUDENTA:
(Multiple Choice)
4.7/5
(25)
If a database is used mostly for data modification,the _______________ degree of normal form should be achieved.
(Short Answer)
4.9/5
(38)
The difference between value-based constraints and value-neutral constraints is that value-based constraints are based on the comparison of columns while value-neutral constraints are based on the comparison of a column to constant using a comparison operator.
(True/False)
4.9/5
(32)
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 following is a functional dependency in the table STUDENTD:
(Multiple Choice)
4.9/5
(33)
A table is in ___________ if every constraint on a table can be derived form keys and domains.
(Short Answer)
4.8/5
(42)
The process of __________________ removes redundancy in a table so that the table is easier to modify.
(Short Answer)
4.9/5
(35)
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
-Which of the following is not a normal form:
(Multiple Choice)
5.0/5
(36)
A database design with many tables results in the database being easier to change but more difficult to query.
(True/False)
4.9/5
(37)
When the constraint Age > = 21 is used in a database to restrict the sale of alcohol to minors,this is an example of a(n)________________ constraint.
(Short Answer)
4.9/5
(37)
One of the arguments in favor of using normalization as a refinement tool instead of an initial design tool is that by first developing an ERD,much of the normalization is done informally and therefore is not as tedious a process as recording all the functional dependencies.
(True/False)
4.8/5
(37)
1NF prohibits the occurrence of __________________ in a table.
(Short Answer)
4.8/5
(46)
In the table STUDENTB,when Green replaces her MATH major by a PHYSICS major,the following anomaly is evidenced:
(Multiple Choice)
4.8/5
(33)
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 table STUDENTA satisfies the following normal form (choose the highest NF):
(Multiple Choice)
4.8/5
(28)
If an analysis of relationship independence reveals that redundancies exist,the way to alleviate this situation is to replace the entity with two binary relationships which will each be converted to a table.
(True/False)
4.8/5
(40)
An unexpected side effect that occurs when changing the data in a table with excessive redundancies is referred to as a Modification Anomaly.
(True/False)
4.9/5
(34)
The table STUDENTA contains many more rows than shown.It is replaced by the following two tables with appropriate distribution of data to the new tables. Table1\\
\begin{array}{|l|l|}
\hline \text { NAME} & \text { MAJOR} \\
\hline
\end{array}
Table2\\
\begin{array}{|l|l|}
\hline \text { NAME} & \text { MINOR } \\
\hline
\end{array}
(Multiple Choice)
4.7/5
(32)
Showing 41 - 60 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)