In this hands-on lab, students will be provided with a dataset and be required to load it into a running PostgresQL cluster using the `copy` command.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Prepare the Table
- The expenses table must be prepared by dropping any foreign keys and indexes.
- Load the Data
- The data will be loaded into the expenses table from the CSV file location in /tpm/expenses.csv.
- Re-enable the Key
- After confirming the data was loaded properly, the foreign key should be added back to the expenses table.