Snowflake RENAME TABLE: How to Rename a Table in Snowflake
RENAME TABLE
changes the name of an existing table in your database. The new name must not be already in use by another table, view, or other database object.
Syntax
Common use cases
- Updating table names for clarity: If the role of a table in your database has evolved, you might rename it to better reflect its current use
- Renaming table names for consistency: To maintain consistency in naming conventions after restructuring or integrating new data management practices
