What is the COPY INTO
What is the COPY INTO
The default option for the COPY INTO <location> command for unloading data into multiple files is SINGLE = FALSE. This setting specifies that the data should be unloaded into multiple files by default.
D correct - https://docs.snowflake.com/en/user-guide/data-unload-overview#:~:text=The%20COPY%20INTO%20%3Clocation%3E%20command%20provides%20a%20copy,SINGLE%20%3D%20FALSE%20%28i.e.%20unload%20into%20multiple%20files%29.