A marketing analytics team needs to consolidate customer responses from multiple campaign waves into a single master table. The initial data is loaded, and subsequent data from a new wave must be appended without deleting the original records. This scenario tests the 'append' logic and the action's behavior when neither 'append' nor 'replace' is specified on an existing table.
Attempt to load the second wave of data without 'append' or 'replace'. This action should fail or produce a warning, leaving the original table untouched.
Step 1 creates a table with 150 rows. Step 2 should generate an error/warning in the log stating the table exists, and the row count of 'CUSTOMER_RESPONSES' should remain 150. Step 3 should execute successfully. The final verification in Step 4 must show that the 'CUSTOMER_RESPONSES' table has a total of 225 rows (150 from wave 1 + 75 from wave 2).