Copy Table

Create a copy of a table.

Function:

Copy_Table(table =  string, new_table_name = string)

 

Parameters:

Table: Table you wish to make a copy of

New Table Name: Name for the copied table

 

Examples:

Copy_Table(table =  Budget, new_table_name = Budget_Copy)