differentiate between char (n) and varchar (n) data types with respect to database.
Answers
Answered by
1
Answer:
Differences between Char & Varchar
Char datatype is used to store character strings of fixed length. Varchar datatype is used to store character strings of variable length. It uses static memory location. It uses dynamic memory location.
Similar questions