pl sql create table from another table code example Example: pl sql create table from another table CREATE TABLE new_table AS (SELECT * FROM old_table);