Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Processing Fundamentals Study Set 1
Quiz 4: Database Design Using Normalization
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Multiple Choice
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 ________.
Question 82
Essay
Explain denormalization,and why it may be appropriate to denormalize a set of tables.
Question 83
Multiple Choice
A missing value is called a(n) ________.
Question 84
Multiple Choice
The SQL keyword IS NULL can be used to help ________.
Question 85
Multiple Choice
Reviewing the work done on a table that was created using existing data from multiple sources,you find that a column named Remarks has been included,and it is populated with inconsistent and verbose verbal data.This is an example of ________.
Question 86
Multiple Choice
When a table is created using existing data,you are likely to find that some data values have never been provided because any value there would be inappropriate.This is an example of ________.
Question 87
Multiple Choice
To check for null values in a column in a table,use the SQL phrase ________.
Question 88
Essay
When accessing table structure,and determining the number and types of columns in a table,how can you control how many rows are returned?
Question 89
Essay
What are null values,and why are they a problem?
Question 90
Essay
What is the multivalue,multicolumn problem,and why is it a problem? Include an example.
Question 91
Essay
When accessing table structure,how do you determine how many rows are in a table?
Question 92
Multiple Choice
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 ________.