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
Quiz 4: Database Design Using Normalization
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Multiple Choice
A missing value is called a(n) ________.
Question 82
Essay
When accessing table structure,how do you determine how many rows are in a table?
Question 83
Multiple Choice
The problem of misspelled data entries is really the same as ________.
Question 84
Multiple Choice
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 ________.
Question 85
Multiple Choice
The SQL keyword IS NULL can be used to ________.
Question 86
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.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
What are null values,and why are they a problem?
Question 89
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.This is an example of ________.
Question 90
Essay
What is the multivalue,multicolumn problem,and why is it a problem?
Question 91
Essay
What are general-purpose remarks columns,and why are they a problem?
Question 92
Essay
When accessing table structure,how do you determine the number and types of columns in a table?
Question 93
Essay
What are inconsistent values,and why are they a problem?
Question 94
Multiple Choice
Reviewing the work done on a table that was created using existing data from multiple sources,you find that a column name Remarks has been included,and it is populated with inconsistent and verbose verbal data.This is an example of ________.
Question 95
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 ________.