Amazon Web Services AWS Certified Data Engineer - Associate (DEA-C01) Data-Engineer-Associate Question # 33 Topic 4 Discussion

Amazon Web Services AWS Certified Data Engineer - Associate (DEA-C01) Data-Engineer-Associate Question # 33 Topic 4 Discussion

Data-Engineer-Associate Exam Topic 4 Question 33 Discussion:
Question #: 33
Topic #: 4

A data engineer needs to create an empty copy of an existing table in Amazon Athena to perform data processing tasks. The existing table in Athena contains 1,000 rows.

Which query will meet this requirement?


A.

CREATE TABLE new_table LIKE old_table;


B.

CREATE TABLE new_table AS SELECT * FROM old_table WITH NO DATA;


C.

CREATE TABLE new_table AS SELECT * FROM old_table;


D.

CREATE TABLE new_table AS SELECT * FROM old_table WHERE 1=1;


Get Premium Data-Engineer-Associate Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.