Varchar:-
- It is a variable that has a length data type.
- It is use to store non-Unicode characters.
- It Occupy 1 byte of space for each character.
Nvarchar:-
- It is a variable that has length data type.
- It is use to store Unicode characters.
- It Occupy 2 bytes of space for each character.
Char:-
- It is a fixed length data type
- Used to store non-Unicode characters
- Occupiers 1 byte of space for each character
No comments:
Post a Comment