 |
Oracle "alter table" modify column Syntax example
For complete tips on Oracle alter table syntax, see the book "Easy Oracle Jumpstart". Oracle provides "alter table" syntax to modify data columns in-place in this form: alter table table_name modify column_name datatype; If you are brave you can use a ...
www.dba-oracle.com |
 |