Rename a table
dbRenameTable(conn, name, new_name, ...)
conn
A PrestoConnection.
name
Existing table's name.
new_name
New table name.
...
Extra arguments passed to dbExecute.