toTempTableName
Generates a temporary table name based on the provided final table name. Temporary tables are typically used before data is moved to final tables to avoid data downtime.
Return
The temporary table name
Parameters
tableName
The final table name to base the temporary name on