Task: Create two script files: AI_yourname_create_warehouse.sql and AI_yourname_data_warehouse.sql (for example, my answer is called AI_mla_create_warehouse.sql). Change the comments (~ in the SQL) and add your name and modification date/time.
Use the DDL script file Assignment1_schema.sql as an example to create the required four tables only. (Please create each table separately and DO NOT RUN the entire script to make it easier to find errors).
Use the DML script Assignment1_data.sql to populate the four tables with data. Use the INSERT statements for the four tables only. Please note the statements to disable and later enable the constraints. Upload the script files to Moodle.
Task 2: Write an SQL query to create a view called LOCATIONS_COUNTRIES with the columns from both tables. Query (Using courier new).