how to insert a new column in oracle sql code example Example: oracle add column ALTER TABLE table_name ADD column_name data_type constraint;