One common design problem when designing a database from existing data is the use of a general-purpose remarks column in the received data.
Options
A. True
B. False
Correct Answer
True
Database Design Using Normalization problems
Search Results
1. 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.
5. The SELECT command, with its various clauses, allows users to query the data contained in the tables and ask many different questions or ad hoc queries.
8. 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.