AWS Redshift Rename Table
The RazorSQL Redshift alter table tool includes a Rename Table option for renaming a Redshift database table. The rename table option allows the user to type in a new name for the table being renamed. The tool then generates and can execute the DDL to rename the Amazon Redshift database table.
Listed below is an example of the DDL generated by the Redshift Rename Table tool:
ALTER TABLE sample.public.project RENAME TO projects
Below is a screen shot of the rename table tool contained within the Redshift alter table tool in RazorSQL.