PostgreSQL Rename Column
In this PostgreSQL tutorial, we will learn about the “Postgresql rename column” and cover the following topics. PostgreSQL rename column In PostgreSQL, RENAME COLUMN is used in ALTER TABLE statement to rename the column of the table. Syntax: Let’s create a table named rename_col that we will use in this tutorial. Insert the following records … Read more >>