Im using SQL Oracle developer.
I have a table called "Vaccine", Within Vaccine I have a column called 'Vaccine_Number' Currently Vaccine Number is a NUMBER datatype size(2). I need to change this to varchar2(10).
Is this possible without having to lose my data in vaccine number?