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
When accessing table structure,and determining the number and types of columns in a table,how can you control how many rows are returned?
(Essay)
4.9/5
(39)
The first step in assessing table structure includes ________.
(Multiple Choice)
4.8/5
(31)
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
(31)
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 presence of one or more foreign keys in a relation means that we cannot eliminate duplicated data in that table.
(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 CUSTOMER);
What is shown in the results of this query?
(Multiple Choice)
4.8/5
(35)
When examining data values as a part of assessing table structure,you should try to determine functional dependencies.
(True/False)
4.9/5
(35)
When examining data values as a part of assessing table structure,you should try to determine multivalued dependencies.
(True/False)
4.9/5
(38)
When a table is created using existing data from multiple sources,you are likely to find that some data values have never been provided because the values are not known.This is an example of ________.
(Multiple Choice)
4.9/5
(37)
During the second step of assessing table structure,you are trying to determine ________.
(Multiple Choice)
4.9/5
(46)
The first step in assessing table structure is to count rows and examine columns.
(True/False)
5.0/5
(27)
If you have a table with a set of columns named "Child01","Child02" and "Child03",the table is likely to have the multivalued,multicolumn problem.
(True/False)
4.9/5
(34)
You are creating a PRODUCT table using existing data from multiple sources.Examining the data,you find that you have "large red hat","large hat,red","red hat large" and "hat,large,red." This is an example of ________.
(Multiple Choice)
4.8/5
(33)
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.7/5
(26)
Showing 41 - 60 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)