Exam 4: Database Design Using Normalization
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL100 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model100 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing105 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2008 R2100 Questions
Exam 11: Managing Databases With Oracle Database 11g100 Questions
Exam 12: Managing Databases With MySQL 55100 Questions
Exam 13: The Web Server Environment110 Questions
Exam 14: Database Processing With XML100 Questions
Exam 15: Database Processing for Business Intelligence Systems101 Questions
Exam 16: Microsoft Access 201048 Questions
Exam 17: Getting Started With Systems Analysis and Design35 Questions
Exam 18: E-R Diagrams and the Idef1x Standard35 Questions
Exam 19: E-R Diagrams and the UML Standard36 Questions
Exam 20: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 21: Getting Started With Microsoft Visio 201036 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Data Structures for Database Processing35 Questions
Exam 24: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Select questions type
The SQL INSERT statement can be used to populate normalized tables.
(True/False)
4.7/5
(34)
To count the number of rows in a table,use the SQL construct ________.
(Multiple Choice)
4.7/5
(30)
A defining requirement for BCNF is that every determinant must be a candidate key.
(True/False)
4.8/5
(34)
The standard sales order/line item pattern is a classic example of unneeded normalization.
(True/False)
4.8/5
(34)
To limit the number of rows retrieved from a table,use the SQL TOP keyword.
(True/False)
4.8/5
(44)
Relations are sometimes left unnormalized to improve performance.
(True/False)
4.8/5
(28)
A null value in a column may indicate that there is an appropriate value for that attribute,but it is unknown.
(True/False)
4.9/5
(39)
Denormalization reduces the complexity of the SQL statements needed in an application to read required data.
(True/False)
4.8/5
(38)
When examining data values as a part of assessing table structure,there is no need to try to determine foreign keys.
(True/False)
4.9/5
(39)
To check for null values in a column in a table,use the SQL phrase ________.
(Multiple Choice)
4.7/5
(42)
A table designed to store PhoneNumber01,PhoneNumber02 and PhoneNumber03 contains ________.
(Multiple Choice)
4.7/5
(29)
The presence of one or more foreign keys in a relation prevents ________.
(Multiple Choice)
4.8/5
(31)
Unlike the anomalies from functional dependencies,the anomalies from ________ are so serious that they should always be eliminated.
(Multiple Choice)
4.8/5
(33)
Explain denormalization,and why it may be appropriate to denormalize a set of tables.
(Essay)
4.9/5
(33)
The multivalued,multicolumn problem occurs when a set of columns are used to store data that should actually be in one column.
(True/False)
4.9/5
(40)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)