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
The defining characteristic of BCNF is that a table is in BCNF if ________.
(Multiple Choice)
4.9/5
(30)
Read-only databases often use several copies of a set of the same data,where each copy is modified for a specific use.
(True/False)
4.8/5
(42)
When examining data values as a part of assessing table structure,there is no need to try to determine candidate keys other than the table's primary key.
(True/False)
4.9/5
(39)
You have been given two tables,CUSTOMER and SALE.You want to check the referential integrity constraint: SALE.CustomerNumber must exist in CUSTOMER.CustomerNumber
You run the following SQL query:
SELECT CustomerNumber
FROM SALE
WHERE CustomerNumber NOT IN
(SELECT CustomerNumber
FROM SALE,CUSTOMER
WHERE SALE.CustomerNumber = CUSTOMER.CustomerNumber);
What is shown in the results of this query?
(Multiple Choice)
4.9/5
(34)
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.9/5
(39)
Denormalization is simple-join the data together and store it in a table.
(True/False)
4.7/5
(37)
The presence of one or more foreign keys in a relation means that we cannot eliminate duplicated data in that table.
(True/False)
4.9/5
(41)
Multivalued dependencies create anomalies so serious that multivalued dependencies must always be eliminated.
(True/False)
4.8/5
(33)
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.8/5
(24)
A classic example of unneeded normalization is when we are dealing with ________.
(Multiple Choice)
4.8/5
(32)
A null value can indicate which of the following conditions?
(Multiple Choice)
4.8/5
(44)
To count the number of rows in a table,use the SQL construct ________.
(Multiple Choice)
4.7/5
(40)
Creating a read-only database is a job often given to beginning database professionals.
(True/False)
4.9/5
(30)
Relations in BCNF have no modification anomalies in regard to functional dependencies.
(True/False)
4.8/5
(29)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)