Hi Kannan,
This can not be done using Update statement. For adding or removing a column you need to make use of DDL statement "ALTER". "UPDATE" is a DML statement and is to update the content of the table and not the structure of the table.
Regards,
Piyush