Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which method is NOT supported for inserting data into a partitioned table?
A
Upload daily files into their respective partitions after creating a partitioned table.
B
Stream new records into a partitioned table daily, allowing automatic partition placement.
C
Query records for a specific day from an existing table and specify the destination as a partitioned table with the day in “$YYYYMMDD“ format.
D
Use ORDER BY to chronologically sort a table's rows, then convert it to a partitioned table.