MySql - Data Type

Undraw Circuit Board

String

MySql encodes all string 1) in unicode, therefore there is no national data type and we translate them:

  • NVARCHAR as VARCHAR
  • NCHAR as CHAR
Task Runner