Exam 4: Database Design Using Normalization
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language114 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model104 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing104 Questions
Exam 8: Database Redesign103 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2014101 Questions
Exam 11: Managing Databases With Oracle Database106 Questions
Exam 12: Managing Databases With Mysql 5.6101 Questions
Exam 13: The Web Server Environment128 Questions
Exam 14: Big Data, Data-Warehouses, and Business Intelligence Systems108 Questions
Exam 15: Getting Started With Microsoft Access 201353 Questions
Exam 16: Getting Started With Systems Analysis and Design37 Questions
Exam 17: E-R Diagrams and the IDEF1X Standard37 Questions
Exam 18: E-R Diagrams and the UML Standard36 Questions
Exam 19: Getting Started With Mysql Workbench Data Modeling Tools37 Questions
Exam 20: Getting Started With Microsoft Visio 201332 Questions
Exam 21: Data Structures for Database Processing39 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Getting Started With Web Servers, PHP, and the Netbeans IDE35 Questions
Exam 24: Business Intelligence Systems82 Questions
Exam 25: Big Data81 Questions
Select questions type
Database design varies depending on whether you're building an updatable database or a read-only database.
(True/False)
4.8/5
(28)
When you are given a set of tables and asked to create a database to store their data,the first step is to ________.
(Multiple Choice)
4.8/5
(40)
During the second step of assessing table structure,you are trying to determine ________.
(Multiple Choice)
4.7/5
(45)
Normalization eliminates modification anomalies and data duplication.
(True/False)
4.8/5
(33)
When you are creating a database from existing data,you will have only minor problems with inconsistent values.
(True/False)
4.8/5
(39)
A classic example of unneeded normalization is when we are dealing with ________.
(Multiple Choice)
4.7/5
(45)
Anomalies caused by functional dependencies can be eliminated by putting tables into ________.
(Multiple Choice)
4.7/5
(33)
To determine the number and type of columns in a table,use the SQL construct COUNT(*).
(True/False)
4.8/5
(34)
To count the number of rows in a table,use the SQL construct COUNT(ROWS).
(True/False)
4.8/5
(37)
To limit the number of rows retrieved from a table,use the SQL TOP keyword.
(True/False)
4.8/5
(31)
The SQL DELETE TABLE statement can be used to remove unneeded tables after the normalized tables are created and populated.
(True/False)
4.9/5
(28)
Denormalization is the process of joining previously normalized tables back together.
(True/False)
4.9/5
(41)
For a number of reasons,________ is not often an advantage for a read-only database.
(Multiple Choice)
4.8/5
(33)
When examining data values as a part of assessing table structure,you should try to determine two types of dependencies: functional dependencies and multivalued dependencies.
(True/False)
4.9/5
(40)
________ is the process of joining two or more tables and storing the result as a single table.
(Multiple Choice)
4.8/5
(31)
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.8/5
(37)
When you are given a set of tables and asked to create a database to store their data,the first step is to assess the tables' structure and content.
(True/False)
4.9/5
(32)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)