how to change a column name in ORACLE sql code example Example: PL SQL MODIFY COLUMN NME ALTER TABLE table_name RENAME COLUMN old_name TO new_name;