List of questions
Related questions
Question 66 - Professional Data Engineer discussion
Which of these is not a supported method of putting data into a partitioned table?
A.
If you have existing data in a separate file for each day, then create a partitioned table and upload each file into the appropriate partition.
B.
Run a query to get the records for a specific day from an existing table and for the destination table, specify a partitioned table ending with the day in the format "$YYYYMMDD".
C.
Create a partitioned table and stream new records to it every day.
D.
Use ORDER BY to put a table's rows into chronological order and then change the table's type to "Partitioned".
Your answer:
0 comments
Sorted by
Leave a comment first