Char datatype is used to store character strings of fixed length.
BrindhaPrathaban Answered question July 1, 2023
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.
BrindhaPrathaban Answered question July 1, 2023
