Computer Science, asked by XxRishabhRathorexX, 1 month ago

differentiate between char (n) and varchar (n) data types with respect to database.​

Answers

Answered by dassrijan769
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