Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to remove some columns from an existing table?

704520Jun 8 2009 — edited Jun 9 2009
Let's say my table's structure is as follows:

Table name: EMPLOYEE
Columns: Name, Birthdate, Gender, Salary, Hometown, Language and so on.

There are data in the table. Now I want to remove columns Hometown and Language, and I don't care the data loss. Also, there is no constraint.
What's the sql command to do this? Thanks!
This post has been answered by Hoek on Jun 8 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2009
Added on Jun 8 2009
7 comments
864 views