Inserting a column when altering a table

How can you insert a column into an existing table when altering that table?

alter table xxxx add (col_yyy number);