Question: which data type will most efficiently store a person's age in years?

  1. `float`
  2. `int`
  3. `tinyint`
  4. `bigint`

Answer: The correct answer of the above question is Option C:`tinyint`