Alter table column size in Oracle
In this post, we will learn how to modify the size of an column in an Oracle table. It’s easy to alter the column size using the ALTER TABLE MODIFY statement. Sometimes the column value will exceed from which we defined while creating the table. So in that case we need to update the size of the … Read more