copy columns of a table plsql code example Example: copy table oracle CREATE TABLE New_Table_name AS SELECT * FROM Existing_table_Name;