QuestionQ141
Data and Database SecurityGiven the following value in a VARCHAR column used to store integer values:
12A
Which of the following is the best way for a DBA to improve the data quality of this column?
- A Keep the value and change the column to integer.
- B Correct the value and change it to integer.
- C Add a check constraint to the column and change it to int.
- D Keep the column as VARCHAR and correct the value.
Community Discussion