InterviewSolution
Saved Bookmarks
| 1. |
What is generally used as a synonym for CHARACTER SET?(a) CSET(b) CHSET(c) CHARSET(d) CHCSETThe question was asked in an international level competition.This interesting question is from Character Set Support in chapter Using SQL to Manage Data of MySQL |
|
Answer» CORRECT answer is (c) CHARSET Easiest explanation: ‘CHARACTER SET’ can be abbreviated into ‘CHARSET’ and can be USED in the same contexts and statements where ‘CHARACTER SET’ is used. ‘charset’ is the server-supported character set. |
|