Solved

Which of These Is Not a Supported Method of Putting

Question 96

Multiple Choice

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".

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions