How to Drop a Column

To remove a column in Oracle use an alter table like:

alter table employee drop column last_bonus_date ;

IN THIS PAGE