CHARACTER SET
and COLLATE
clauses
Unless specified, the character set and collation of a string variable will be the database defaults.A CHARACTER SET
clause can be specified to handle string data that needs a different character set.A valid collation (COLLATE
clause) can also be included, with or without the character set clause.