Suppose I have a column called doctorID and the ID consisted of string characters and numbers how do I know which data type to use?
Could I use CHAR(11) or would it be better to use VARCHAR(11) when answering this question could you please share some examples of when to use the data types?