Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 434 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 434 Bytes

Data607HW2

There are three way to copy the data for this assignment into PostgreSQL

  1. Download the csv files and load them into PostgreSQL using the import/export function
  2. Download the csv files and use the code provided under the "--Populating [tblName] from CSV file" in the CreatingTables.sql file
  3. Use the Insert code bits under the headers of "--Populate [tblName] with SQL Code" in the CreatingTables.sql file