What is the difference between VARCHAR and NVARCHAR in SAP HANA SQL?
Answer Posted / Bhawna Sagar
VARCHAR and NVARCHAR are both string data types, but VARCHAR stores variable-length strings using a single byte to represent each character, while NVARCHAR uses Unicode UTF-16 encoding, requiring two bytes per character. This makes NVARCHAR able to store characters from various languages that use multi-byte encodings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category