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;
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
pikuantne
2 weeks agotruongnguyen86
2 weeks, 1 day ago2022MMTT
2 weeks, 4 days agoParandhaman_Margan
2 weeks, 5 days ago