Multiple choice

Which SQL datatype has maximum length of 4000 characters with variable length unicode?

  1. The data type char

  2. The data type nvarchar

  3. The data type varchar

  4. The data type varbinary

  5. The data type nchar

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The data type nvarchar has maximum length of 4000 characters with variable length unicode.