Which data type is best for storing a person’s name?

SQL Fundamentals Easy

SQL Fundamentals — Easy

Which data type is best for storing a person’s name?

Key points

  • VARCHAR is used for storing character strings
  • INT is for integers, DATE for dates, and FLOAT for floating-point numbers
  • Choose data types based on the type of information being stored

Ready to go further?

Related questions