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 second step in assessing table structure is to examine data values and determine dependencies and keys.
(True/False)
4.8/5
(38)
Describe the steps in assessing table structure when you are given a set of tables and asked to construct a new database to store the existing data.
(Essay)
4.9/5
(35)
Multivalued dependencies show up under a different name as the multivalued,multicolumn problem.
(True/False)
4.8/5
(38)
Most DBMS products will let you define a primary key on a column that contains null values.
(True/False)
4.9/5
(30)
Design guidelines and priorities are the same whether you're working with an updateable database or a read-only database.
(True/False)
4.9/5
(35)
The SQL IS NULL keyword can be used to count the number of nulls in a column.
(True/False)
4.8/5
(34)
You are creating a BOAT table using existing data from multiple sources,and you find that you have "power boat blue","boat,power,blue" and "blue power boat" as data values for the same column.This is an example of the inconsistent values problem.
(True/False)
4.9/5
(36)
Normalization requires applications to use more complex SQL since they will need to write subqueries and joins to recombine data stored in separate relations.
(True/False)
4.9/5
(40)
The SQL DELETE TABLE statement can be used to remove unneeded tables after the normalized tables are created and populated.
(True/False)
4.7/5
(36)
If you see a column name Notes,it is likely that this is a general-purpose remarks column.
(True/False)
4.9/5
(35)
One situation created by the multivalued,multicolumn problem is that the maximum number of data values for an attribute is limited.
(True/False)
4.8/5
(32)
The first step in assessing table structure is to count rows and examine columns.
(True/False)
4.7/5
(40)
Denormalization is simple join the data together and store it in a table.
(True/False)
4.9/5
(35)
During the second step of the assessing table structure,you are trying to determine ________.
(Multiple Choice)
4.9/5
(38)
Database design varies depending on whether you're building an updateable database or a read-only database.
(True/False)
4.8/5
(32)
When examining data values as a part of assessing table structure,you should try to determine multivalued dependencies.
(True/False)
4.7/5
(38)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)