Search
Let's say we want to rename the column name in the students table below to studentName, without changing the data in it.
name
students
studentName
SQL provides a RENAME COLUMN variant to the ALTER TABLE statement, which can be used to do so.
RENAME COLUMN
ALTER TABLE