The goal of relational database design is to generate a set of schemas that allow us to
- Store information without unnecessary redundancy.
- Retrieve information easily (and accurately).
The goal of relational database design is to generate a set of schemas that allow us to
