Answered On : Mar 25th, 2006
View all questions by vishalsharma View all answers by vishalsharma
yes there is a chance to remove column from a tabel you can do that this way
alter table TABLENAME drop column COLUMNNAME
The answer posted above works absolutely fine only if it is run on Oracle 8i or higher versions.
Answered On : Sep 27th, 2007
To drop a Column from a Table.The command is.
Sql>Alter table
