CREATE TABLE new_table AS SELECT * FROM existing_table WHERE condition;
Syntax: CREATE TABLE new_table AS TABLE existing_table;