An open API service indexing awesome lists of open source software.

https://github.com/essien1990/sql_normalization

Data cleaning normalization using SQL
https://github.com/essien1990/sql_normalization

database-management database-normalization foreign-keys mysql phpmyadmin sql xampp

Last synced: about 1 year ago
JSON representation

Data cleaning normalization using SQL

Awesome Lists containing this project

README

          

# SQL Normalization
- Data cleaning normalization using SQL
- MySQL was for the database
- XAMPP PHPmyadmin was used to create the database and tables
- Data was cleaned and normalized using PHPmyadmin
![Database-tables-localhost phpMyAdmin](https://user-images.githubusercontent.com/5301791/137634464-cad1004b-4ecf-463a-8450-75620bb1d801.png)
![School Users-Tables-localhost phpMyAdmin](https://user-images.githubusercontent.com/5301791/137634438-5970bebd-b9fb-4ebe-9d81-784c3003bb54.png)
![School Users-Tables-localhost phpMyAdmin](https://user-images.githubusercontent.com/5301791/137634505-caaec4e3-63d0-45d7-a50d-b2ba8a409583.png)
![Users-Table-Structure-Linked-ForeignKey-localhost phpMyAdmin](https://user-images.githubusercontent.com/5301791/137634513-698f81a6-6b95-44c0-95aa-ee9681772c29.png)
![user_school-foreignKey-constraint-localhost phpMyAdmin](https://user-images.githubusercontent.com/5301791/137634526-bd1555f3-bf88-48e6-b41d-c8b33c2bf319.png)
![Database-Designer-view-localhost phpMyAdmin](https://user-images.githubusercontent.com/5301791/137634536-e0500ce4-2b11-42fa-a48d-650b019718b1.png)