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
Multivalued dependencies create anomalies so serious that multivalued dependencies must always be eliminated.
(True/False)
4.8/5
(31)
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)
4.8/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.8/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.7/5
(25)
When accessing table structure,how do you determine how many rows are in a table?
(Essay)
4.8/5
(41)
If you have a table with a set of columns named "Child01","Child02" and "Child03",the table has the multivalued,multicolumn problem.
(True/False)
4.9/5
(31)
When accessing table structure,how do you determine the number and types of columns in a table?
(Essay)
4.9/5
(38)
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
(32)
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
(33)
The second step in assessing table structure includes ________.
(Multiple Choice)
4.9/5
(34)
Reviewing the work done on a table that was created using existing data from multiple sources,you are likely to find that a column named Remarks has been included,and is populated with inconsistent and verbose verbal data.This is an example of ________.
(Multiple Choice)
4.8/5
(22)
When you are creating a database from existing data,you will have only minor problems with inconsistent values.
(True/False)
4.8/5
(37)
To count the number of rows in a table,use the SQL construct COUNT(ROWS).
(True/False)
4.8/5
(28)
Reviewing the work done on a table that was created using existing data from multiple sources,you are likely to find that some data values that were provided were never entered into the table.This is an example of ________.
(Multiple Choice)
4.9/5
(29)
SQL statements can be used to create referential integrity statements for normalized tables and are created during the normalization process.
(True/False)
5.0/5
(39)
A classic example of unneeded normalization is when we are dealing with ________.
(Multiple Choice)
4.9/5
(31)
When a table is created using existing data from multiple sources,you are likely to find that some data values that have never been provided are simply and obviously wrong and inappropriate.This is an example of ________.
(Multiple Choice)
4.8/5
(41)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)