Examtopics

Professional Data Engineer
  • Topic 2 Question 13

    Which of these is not a supported method of putting data into a partitioned table?

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

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

    • Create a partitioned table and stream new records to it every day.

    • Use ORDER BY to put a table's rows into chronological order and then change the table's type to "Partitioned".


    シャッフルモード