Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When using the COPY INTO command to load external CSV files into a Delta table, no data was loaded during the second run. What could be the reason?
A
COPY INTO command is designed for one-time data load only.
B
Executing REFRESH TABLE sales before the COPY INTO command is necessary.
C
The COPY INTO command did not identify any new files since the last load.
D
Enabling the incremental = TRUE option is required to load new files.
E
COPY INTO does not support incremental load; consider using AUTO LOADER instead.