Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 562 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 562 Bytes

CS612ConferenceReview

Database Design - PART 1

alt text

  • Database is created based on the ER diagram provided by Prof. Teresa Brooks from Pace University

How to load the script - PART 1

  • Open terminal
  • Start MySQL
  • Copy and Paste in the script from paperreview.sql - this will create the database and relations for you
  • Copy and Paste in the script from INSERT_DUMMY_DATA.sql - this will insert dummy data to the database for demostration