Vidyalelo
MySQL · Q1096

MySQL

Programming · MySQL · question 1096

Q1096

'character_set_database' represents the character set used by the default database.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
This question is about character sets in MySQL. A character set tells the database how to store and interpret different characters, like letters, numbers, and symbols.

The 'character_set_database' setting defines the character set used by the default database. This means that all tables and columns created in this database will use this character set unless you specifically set a different one.

So, the answer is Option A: True.