I tried these queries to create a copy of the Teradata table in the same folder
CREATE TABLE folder.table1 AS SELECT * FROM folder.original_table; CREATE T