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_cable –
WHERE 1=1;

- Awsexamhub website is not related to, affiliated with, endorsed or authorized by Amazon.
- Trademarks, certification & product names are used for reference only and belong to Amazon.