πŸ“Š MySQL
Q. What is the difference between nchar and nvarchar?
  • (A) nchar is fixed and nvarchar is variable.
  • (B) nchar is variable and nvarchar is fixed.
  • (C) nchar has the maximum size of 4000 characters and nvarchar has the maximum size of 8000 characters.
  • (D) nchar has the maximum size of 800 characters and nvarchar has the maximum size of 4000 characters.
πŸ’¬ Discuss
βœ… Correct Answer: (A) nchar is fixed and nvarchar is variable.

Explanation: nchar is fixed and nvarchar is variable width Unicode string data type.

Explanation by: Tina Singh
nchar is fixed and nvarchar is variable width Unicode string data type.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
230
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
90%
Success Rate