Which declaration represents that “character data will consume the same number of bytes as declared and is right padded”?
(a) Char
(b) Varchar
(c) Both Char and Varchar
(d) None of the mentioned
This question was posed to me in an interview for job.
Question is taken from MySQL Datatypes in chapter Data Types of MySQL