Question: If you were building a table schema to store student grades as a letter (A, B, C, D, or F) which column type would be the best choice?

  1. ENUM
  2. OTEXT
  3. VARCHAR
  4. LONGTEXT

Answer: The correct answer of the above question is Option A:ENUM