Which statement is used to show the server’s current character set and collation settings?
DISP VARIABLES
SHOW CONSTRAINTS
SHOW CONSTANTS
SHOW VARIABLES
None of these
Correct Option: D
The statement ‘SHOW VARIABLES LIKE ‘character\_set\_%” displays a table consisting of two columns, ‘Variable_name’ and ‘Value’. Replacing characer\_set\_% with collation\_% shows the collation variables.