What is nvarchar2 in sql or MySQL
            Asked
            
        
        
            Active
            
        
            Viewed 251 times
        
    -3
            
            
        - 
                    2http://google.com/search?q=nvarchar2 – eggyal Sep 14 '15 at 09:08
1 Answers
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
