Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 535 Bytes

CSCI126Project

Run first five lines of SQL file to create appropriate tables.

Import each CSV file into its respective table:

File -> Table

CSCI126ProjectMarket.CSV -> Market

CSCI126ProjectReagents.csv -> Recipe_Reagents

CSCI126ProjectRealms.csv -> Realms

CSCI126ProjectRecipes.csv -> Recipes

CSCI126ProjectItemDescriptions -> Items

Use remaining queries of SQL file to test the database.

Notes: Importation of CSCI126ProjectRealms.csv -> Realms crashed MySQL Workbench. Recommend SQLiteStudio if error encountered.