Object Reference : Object View and Procedure Reference : Table
  
 
copy
Creates a copy of the table.
Creates either a named or unnamed copy of the table.
Syntax
table_name.copy
table_name.copy dest_name
Examples
t1.copy
creates an unnamed copy of the table T1.
t1.copy t2
creates T2, a copy of the table T1.
Cross-references
See also copy.