Q. Mysql support different character sets, which command is used to display all character sets?
β
Correct Answer: (A)
SHOW CHARACTER SET;
Explanation: This question is about MySQL's character sets, which are like different alphabets for storing data. Imagine storing names in different languages - you need the right character set to handle all those letters and symbols!