Database Design Process
Relational Database Design Process A relational database’s design is based on the relationships that different entities in the database have with each other. This approach allows for data to be navigated in logical and user-friendly ways. In the early stages of database design all of the different features of the database will be present but poorly organized. Good database design allows ensures that these entities will be displayed logically, and data can be easily interpreted and manipulated. Planning Using a database planning tool before any features of the database are hard coded into the design will prevent an access of work. A metadata worksheet was used to design the midterm database. A metadata worksheet, as its name suggests, shows data about the data. A spread sheet is made that normalizes the data into its atomic values a...