oracle db change column name code example Example: PL SQL MODIFY COLUMN NME ALTER TABLE table_name RENAME COLUMN old_name TO new_name;