nerdexam
AmazonAmazon

DEA-C01 · Question #165

DEA-C01 Question #165: Real Exam Question with Answer & Explanation

Sign in or unlock DEA-C01 to reveal the answer and full explanation for question #165. The question stem and answer options stay visible for context.

Data Store Management

Question

A data engineer needs to create a new empty table in Amazon Athena that has the same schema as an existing table named old_table. Which SQL statement should the data engineer use to meet this requirement?

Options

  • ACREATE TABLE new_table AS SELECT * FROM old_tables;
  • BINSERT INTO new_table SELECT * FROM old_table;
  • CCREATE TABLE new_table (LIKE old_table);
  • DCREATE TABLE new_table AS (SELECT * FROM old_table) WITH NO DATA;

Unlock DEA-C01 to see the answer

You've previewed enough free DEA-C01 questions. Unlock DEA-C01 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Athena#SQL#DDL#Table Creation
Full DEA-C01 PracticeBrowse All DEA-C01 Questions