Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

create duplicate table

SAMBIT RAYApr 17 2012 — edited Apr 18 2012
create table from existing table
create table x1 as select * from x but it only copy the data .

what is the way to copy all constraints and index for the particular table.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2012
Added on Apr 17 2012
5 comments
6,510 views