Rename column in oracle table

Rename column in Oracle table

SQL> alter table <
table name> rename column <old column nameto <new column name> ;

SQL> commit;

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days