README
-
ProgramCode
- This file contains all Java code files that we have implemented and utilized to convert csv to sql
- We also have implemented deAccent function and similarity check functions on some of the Java files as well
-
SQL
- This file contains all the .sql input file for database tables
-
RawData
- This file contains all the .csv or .txt raw data that we searched online and used for this final project
-
PHP/HTML
- This file contains PHP and HTML files that we implemented to create local website for stored procedures
-
Procedure_And_Views.sql
- This sql file contains all the view and stored procedures codes
-
RelationalTableSpecification.sql
- This sql file contains all the declaration of existing tables
-
Final_Writeup.pdf
- This is final project write up that contains all the details