Create the Customer Dimension Table

Using the Entity-Relationship Diagram below, construct and execute the SQL commands to create the Customer dimension table you will name "NW_Customer_DIM".

Review the SQL commands CREATE TABLE and ALTER TABLE. If necessary, refer to the SQL commands in the northwind.postgre.sql file, used in Module 1, for

creating tables and altering tables to apply constraints.

Sample Solution