Guidelines : You can increase the width or precision of a numeric column. You can increase the width of numeric of character columns. You can decrease the width of a column if : - The column contains only null values - The table has no rows - The decrease in column width is not less than the existing values in that column You can change the data type if the column contains only null values. exce..