"CREATE TABLE AS existing_table" creates an *exact* copy of the existing_table including PI/SI/Partitioning, etc.
There are only two things which are not copied: Foreign Keys and Triggers.
But of course you're correct if it's "CREATE TABLE AS (SELECT...)"
Dieter
"CREATE TABLE AS existing_table" creates an *exact* copy of the existing_table including PI/SI/Partitioning, etc.
There are only two things which are not copied: Foreign Keys and Triggers.
But of course you're correct if it's "CREATE TABLE AS (SELECT...)"
Dieter