1.

The statement used to find out which character sets are available is ______________(a) SHOW CHARACTER SET(b) SHOW COLLATION(c) SHOW CHARACTER SETS(d) SHOW COLLATIONSThis question was addressed to me during an interview.This interesting question is from Securing a New MySQL Installation in chapter General MySQL Administration of MySQL

Answer»

Correct choice is (a) SHOW CHARACTER SET

Easiest explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions