You have a SQL pool in Azure Synapse.
You plan to load data from Azure Blob storage to a staging table. Approximately 1 million rows of data will be loaded daily. The table will be truncated before each daily load.
You need to create the staging table. The solution must minimize how long it takes to load the data to the staging table.
How should you configure the table? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Recent Comments (The most recent comments are at the top.)
This is for the staging table, and it's only 1 million rows per day. Partitioning is not needed with such a small number of rows. Answer should be: round robin, heap, none.