Exam 4: Database Design Using Normalization
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL105 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 Processing100 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: A: Managing Databases With SQL Server 20012100 Questions
Exam 10: B: Managing Databases With Oracle Database 11g Release 2100 Questions
Exam 10: C: Managing Databases With MySQL100 Questions
Exam 11: The Web Server Environment198 Questions
Exam 12: Big Data datawarehouse and Business Intelligence Systems102 Questions
Exam 13: Microsoft Access 201348 Questions
Exam 14: Getting Started With Systems Analysis and Design35 Questions
Exam 15: E-R Diagrams and the Idef1x Standard35 Questions
Exam 16: E-R Diagrams and the UML Standard36 Questions
Exam 17: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 18: Getting Started With Microsoft Visio 201334 Questions
Exam 19: Data Structures for Database Processing35 Questions
Exam 20: the Semantic Object Model35 Questions
Exam 21: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Exam 22: Business Intelligence Systems80 Questions
Select questions type
Design guidelines and priorities are the same whether you're working with an updatable database or a read-only database.
(True/False)
4.7/5
(29)
When a table is created using existing data from multiple sources,you are likely to find that some data values have never been provided.This is an example of ________.
(Multiple Choice)
4.7/5
(34)
Denormalization is the process of joining previously normalized tables back together.
(True/False)
4.7/5
(24)
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
(30)
To eliminate multivalued dependencies,normalize your tables so that they are all in BCNF.
(True/False)
4.9/5
(34)
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.8/5
(25)
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
(32)
The SQL IS NULL keyword can be used to count the number of nulls in a column.
(True/False)
4.9/5
(37)
Writing SQL subqueries and joins against normalized tables is simple compared to the code that must be written to handle anomalies from multivalued dependencies.
(True/False)
4.7/5
(29)
One situation created by the multivalued,multicolumn problem is that the maximum number of data values for an attribute is limited.
(True/False)
4.9/5
(32)
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
(35)
When accessing table structure,how do you determine how many rows are in a table?
(Essay)
4.7/5
(42)
Denormalization reduces the complexity of the SQL statements needed in an application to read required data.
(True/False)
4.8/5
(37)
A null value in a column may indicate that there is an appropriate value for that attribute,and although the value is known no one has entered the value into the database.
(True/False)
5.0/5
(41)
If you see a column name Notes,it is likely that this is a general-purpose remarks column.
(True/False)
4.8/5
(42)
To limit the number of rows retrieved from a table,use the SQL construct ________.
(Multiple Choice)
4.9/5
(32)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)