Database Normalization
This is an application that shows you how to normalize your SQL Tables
You provide the application with your current tables columns and dependencies the application will tell you how to better normalize the table. The application will provide you with information as to where foreign keys should go and when helper tables should be created.
Less and less frontend developers today are properly introduced to SQL which leaves them without a clear understanding on how to properly structure their data before sending it to a database. This application simplifies the process of database normalization and tries to demonstrate to the developer what his data will look like when normalized.
This application simplifies the process of database normalization and tries to demonstrate to the developer what his data will look like when normalized.
A quote from a spokesperson in your company.
In order to get started all you need to do is open up the application and provide it with the current information on your data.
This application is meant to help clarify database structures and normalization if you are interested in working with databases I would recommend reading the Murach's SQL Server 2012 for Developers and Murach's MySQL (2nd Edition)