Hi I have a question on the text and numeric data types.
Here's what I understand
Number data type Is only required if you are performing calculations on the data, and it takes up more space than text data type
So if field only contains digits, but you don't perform calculations on it, then you still use the text data type and this what I see happening in most questions.
Yet I see questions (2014 CSSA I think) where for example the attribute student ID is given a numerical data type because it contains only digits. But no calculations are being performed with student ID so why does this happen??
Here's what I understand
Number data type Is only required if you are performing calculations on the data, and it takes up more space than text data type
So if field only contains digits, but you don't perform calculations on it, then you still use the text data type and this what I see happening in most questions.
Yet I see questions (2014 CSSA I think) where for example the attribute student ID is given a numerical data type because it contains only digits. But no calculations are being performed with student ID so why does this happen??