The TRUNCATE TABLE ALTER TABLE
Table_Name RENAME COLUMN old_column_name TO new_column_name;
The column parameters specify the names of the columns of the table.