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
MySql encodes all string 1) in unicode, therefore there is no national data type and we translate them: