Math, asked by rushikeshphapale4, 5 months ago

Differentiate between char and varchar in database.​

Answers

Answered by Anonymous
4

Answer:

VARCHAR is variable length, while CHAR is fixed length. CHAR is a fixed length string data type, so any remaining space in the field is padded with blanks. CHAR takes up 1 byte per character. ... VARCHAR is a variable length string data type, so it holds only the characters you assign to it.

Attachments:
Answered by llBestFriendsll
4

\mathbb Hello

Similar questions