Copy a Table
Copies a table to a new table with a specified name.
Last updated
Was this helpful?
Copies a table to a new table with a specified name.
This procedure enables users to duplicate an existing table into a new table with a specified name. The new table will contain an exact copy of the data from the original table. This procedure is useful for creating backups, reusing data, or working on temporary versions without altering the original dataset.
table
table
The table to be copied.
No default
Yes
table
A new table with the specified name containing the same data as the original table.
copy the table as the backup tableIn this example, the table is copied and the new table is given the name the backup table.
copy the sales data table as the test tableIn this example, the sales data table is copied and the new table is given the name the test table. If any operations are performed on the test table, the sales data table will still hold the original data at the time of the copy and will not be affected.
Last updated
Was this helpful?
Was this helpful?

