-
The statement used to find out which character sets are available is ______________.
-
- SHOW COLLATIONS
- SHOW COLLATION
- SHOW CHARACTER SET
- SHOW CHARACTER SETS
- None of these
Correct Option: C
It is simple to determine the character sets and collations that are available in MySQL. ‘SHOW CHARACTER SET’ shows the character sets while ‘SHOW COLLATION’ shows the collations.