I got it..Removed the 'as' keyword and is working fine..
But
alter table emp drop column sal; //query is not working.i tried it this way also
alter table emp drop sal;
It is working with Mysql, but with oracle, it is not dropping the column "sal".It says "Missing Keyword" for both queries(above).
Please suggest a solution..
