PL SQL MODIFY COLUMN NME code example Example: PL SQL MODIFY COLUMN NME ALTER TABLE table_name RENAME COLUMN old_name TO new_name;