When assessing the table structure of an acquired set of tables with data, determining functional dependencies is (part of) the:
When assessing the table structure of an acquired set of tables with data, determining functional dependencies is (part of) the:
The phrase "SALE.CNumber must exist in CUSTOMER.CNumber" is a referential integrity constraint.
The phrase "SALE.CNumber must exist in CUSTOMER.CNumber" is a referential integrity constraint.
One common design problem when designing a database from existing data is the presence of missing values, called blank values, in received data.
One common design problem when designing a database from existing data is the presence of missing values, called blank values, in received data.
When assessing the table structure of an acquired set of tables with data, determining foreign keys is (part of) the:
When assessing the table structure of an acquired set of tables with data, determining foreign keys is (part of) the:
Normalization requires programmers to write more complex SQL.
Normalization requires programmers to write more complex SQL.
One common design problem when designing a database from existing data is the use of a general-purpose remarks column in the received data.
One common design problem when designing a database from existing data is the use of a general-purpose remarks column in the received data.
Read-only databases are ________ updated.
Read-only databases are ________ updated.
In all cases, normalization into BCNF is desirable.
In all cases, normalization into BCNF is desirable.
When building a database from an existing set of tables, we may safely assume that there are no multivalued dependencies in the data we are given.
When building a database from an existing set of tables, we may safely assume that there are no multivalued dependencies in the data we are given.
Each answer below shows example data from a table. Which answer is an example of the multivalue, multicolumn problem?
Each answer below shows example data from a table. Which answer is an example of the multivalue, multicolumn problem?
When building a database from an existing set of tables, we still need to consider normalization principles.
When building a database from an existing set of tables, we still need to consider normalization principles.
Each answer below shows example data from a table. Which answer is an example of the inconsistent values problem?
Each answer below shows example data from a table. Which answer is an example of the inconsistent values problem?
Using the SQL GROUP BY phrase with a SELECT statement can help detect which of the following problems?
Using the SQL GROUP BY phrase with a SELECT statement can help detect which of the following problems?
One common design problem when designing a database from existing data is the presence of inconsistent values in the received data.
One common design problem when designing a database from existing data is the presence of inconsistent values in the received data.
Most of the time, modification anomalies are serious enough that tables should be normalized into:
Most of the time, modification anomalies are serious enough that tables should be normalized into:
For a number of reasons, normalizations is not often an advantage for a(n) ________ database.
For a number of reasons, normalizations is not often an advantage for a(n) ________ database.
Multivalued dependencies should ________ be eliminated.
Multivalued dependencies should ________ be eliminated.
We can eliminate modification anomalies with proper normalization that results in tables in BCNF.
We can eliminate modification anomalies with proper normalization that results in tables in BCNF.
We have normalized a table into BCNF if all candidate keys are determinants.
We have normalized a table into BCNF if all candidate keys are determinants.
Eliminating modification anomalies is a(n) ________ of normalization.
Eliminating modification anomalies is a(n) ________ of normalization.
Each answer below shows example data from a table. Which answer is an example of the general-purpose remarks column problem?
Each answer below shows example data from a table. Which answer is an example of the general-purpose remarks column problem?
The design guidelines and priorities for read-only databases are different because read-only databases are never updated.
The design guidelines and priorities for read-only databases are different because read-only databases are never updated.
We use the SQL construct COUNT(*) to count the number of rows in a table.
We use the SQL construct COUNT(*) to count the number of rows in a table.
Denormalized tables are in BCNF.
Denormalized tables are in BCNF.
Proper normalization eliminates duplicated data.
Proper normalization eliminates duplicated data.
Each answer below shows example data from a table. Which answer is an example of the missing values problem?
Each answer below shows example data from a table. Which answer is an example of the missing values problem?
When assessing the table structure of an acquired set of tables with data, determining primary keys is (part of) the:
When assessing the table structure of an acquired set of tables with data, determining primary keys is (part of) the:
When you are given a set of tables and asked to create a database to store their data, the first step is to create the new database.
When you are given a set of tables and asked to create a database to store their data, the first step is to create the new database.
When building a database from an existing set of tables, we may safely assume that referential integrity constraints have been enforced on the data we are given.
When building a database from an existing set of tables, we may safely assume that referential integrity constraints have been enforced on the data we are given.
When assessing the table structure of an acquired set of tables with data, accessing the validity of possible referential integrity constraints on foreign keys is (part of) the:
When assessing the table structure of an acquired set of tables with data, accessing the validity of possible referential integrity constraints on foreign keys is (part of) the:
Needing to using more complicated SQL in database applications is a(n) ________ of normalization.
Needing to using more complicated SQL in database applications is a(n) ________ of normalization.
One common design problem when designing a database from existing data is the use of a single cell in one column to store multiple values of an attribute.
One common design problem when designing a database from existing data is the use of a single cell in one column to store multiple values of an attribute.
Creating a read-only database is a task that is ________ assigned to beginning database professionals.
Creating a read-only database is a task that is ________ assigned to beginning database professionals.
Needing to assess the validity of assumed referential integrity constraints on foreign keys is a(n) ________ of normalization.
Needing to assess the validity of assumed referential integrity constraints on foreign keys is a(n) ________ of normalization.
Normalization ________ data duplication.
Normalization ________ data duplication.
We use the SQL construct COLUMNS(*) to determine the number and type of columns in a table.
We use the SQL construct COLUMNS(*) to determine the number and type of columns in a table.
Multivalued dependencies create harmless anomalies that should be noted, but do not always need to be eliminated.
Multivalued dependencies create harmless anomalies that should be noted, but do not always need to be eliminated.
Most of the time, modification anomalies cause problems that are severe enough that a table should be normalized into BCNF.
Most of the time, modification anomalies cause problems that are severe enough that a table should be normalized into BCNF.
When assessing the table structure of an acquired set of tables with data, counting the number of table rows is (part of) the:
When assessing the table structure of an acquired set of tables with data, counting the number of table rows is (part of) the:
If a table has been normalized so that all determinants are candidate keys, then that table is in:
If a table has been normalized so that all determinants are candidate keys, then that table is in: