MULTI-TABLE SURVEY PROJECT
The survey was designed and published to classmates and Linkedin participants using SurveyMonkey
The GitHub Repository for this project is located here:
The steps to build this project database are as follows:
#All required files are in the GitHub Repository provided above.
1. Create a MySQL schema called “shows” by executing the “1-create-shows.sql” script from within the MySQL DBMS
2. Copy the following files to the MySql/data/shows directory.(This is the directory where your DBMS would create the datails for the ‘shows’ database from the script above) - 1-data-add-survey-all.csv - and - 1-netflix-shows-ratings-all.csv
3. Create the tables “survey”, “netflixratings” and populate them by executing the script “1-add-records-shows-all.sql”
Note - This solution assumes a local install of the MySQL database, hence the credentials used are unique to the user enviroment
#___________________________________________________________________________________________________
THE DATABASE IS READY FOR USE
#____________________________________________________________________________________________________
(‘SPS-DATA607-ASSIGNMENT-2-2.rmd’)