7.37
List the three design goals for relational databases, and explain why each is desirable.
In general, the goal of relational database design is to generate a set of relational schemas that
- Allow us to store information without unnecessary redundancy.
- Allow us to retrieve information easily.
- Allow us to store information without loss.