Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 4.23 KB

File metadata and controls

52 lines (36 loc) · 4.23 KB

Project Name

Heading

Database Normalization

Sub-Heading

This is an application that shows you how to normalize your SQL Tables

Summary

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.

Problem

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.

Solution

This application simplifies the process of database normalization and tries to demonstrate to the developer what his data will look like when normalized.

Quote from You

A quote from a spokesperson in your company.

How to Get Started

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.

Customer Quote

Closing and Call to Action

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)