is it better to rename a table name than to do a replace table? mysql code example Example: rename table in mysql RENAME TABLE old_table TO new_table;