Rename a Column in Snowflake

I attempted to import a table via CSV file and broke things… LOL I used it as a learning experience and figured out how to rename the Column C4 to OrderTotal. Small Steps….

Alter Table Scott_DB_IMPORT.Public.Orders rename column C4 to OrderTotal