2 Day Developer > Managing Database Objects > Managing Tables > Dropping a Column From a Table
Dropping a Column From a Table |
Previous |
Next |
You can use Object Browser to delete columns in a table. Before you do delete a column, make sure the data in that column is not going to be needed later.
To delete a column:
Log in to the Database Home Page. See "Logging in to the Database Home Page".
On the Database Home Page, click the Object Browser icon.
In the Object list, select Tables then click the personal_info
table that you previously created.
Click Drop Column.
Select the contact_address
column and click the Next button.
Click the Finish button to complete the action.