-3

What is nvarchar2 in sql or MySQL

pravinbhogil
  • 657
  • 1
  • 9
  • 13

1 Answers1

1

It is a data type used to store string values up to 16 bits long.

hevans900
  • 847
  • 7
  • 15
  • Yes, here's a list of all available data types with their definitions: [DATATYPES](http://www.w3schools.com/sql/sql_datatypes_general.asp) For a more detailed explanation of varchars/nvarchars: [CLICK HERE](http://stackoverflow.com/questions/144283/what-is-the-difference-between-varchar-and-nvarchar) – hevans900 Sep 14 '15 at 12:47