Modifying Tables |
||||
You can modify tables using the SQL ALTER TABLE statement. You may need to change the table structure due to any of the following reasons:
The ALTER TABLE statement is used to:
In Oracle SQL Developer, you can modify tables:
|