Principle for a good database design to avoid the problem of updating - Database
Q. Database: To avoid the problem of updating you can take the following principle for a good database design.- Published on 29 Jun 15a. Unrelated data should be kept in different table.
b. Table should not contain any redundancy.
c. Table should represent constraint.
d. All the above
ANSWER: All the above