How to change the column size in Oracle SQL?
After creating a table in SQL, I wish to change the size allotted to a particular column (say, I want to change the size of the salary column from 3 to 4).
But I could find no option in the SQL developer version, is there any command to modify this?