Account
Categories

Types of Data Types in MySQL


There are the following types of data types:

  1. Numeric Data Types (Integer, Decimal, Float)
  2. String Data Types (CHAR, VARCHAR, TEXT, etc.)
  3. Date and Time Data Types
  4. Boolean and Bit
  5. ENUM and SET
  6. JSON Data Type
  7. Spatial Data Types