Goal of a relational database design ___________________.
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.
Relational database design models information and data into a set of tables with rows and columns. The structured query language (SQL) is used to manipulate relational databases. The design of a relational database is composed of four stages, where the data are modeled into a set of related tables.