As a data engineer, you're tasked with loading external CSV files into a Delta table using the COPY INTO
command. After the initial load, the schema of one file changes due to a new column, causing the data load to fail. Which SQL command will resolve this issue?