Crie outra tabela da tabela existente SQL Oracle

CREATE TABLE new_table AS (SELECT * FROM old_table WHERE 1=2);
Kind Kea