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.
Options
A. True
B. False
Correct Answer
False
Database Design Using Normalization problems
Search Results
1. We use the SQL construct COUNT(*) to count the number of rows in a table.
4. 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.