how to rename the column the column in snowflake code example
Example: snowflake rename column name
ALTER TABLE <table_name> RENAME COLUMN <col_name> TO <new_col_name>
ALTER TABLE <table_name> RENAME COLUMN <col_name> TO <new_col_name>