InterviewSolution
Saved Bookmarks
| 1. |
A synonym for CHARACTER SET is ______________(a) CSET(b) CHSET(c) CHARSET(d) CHCSETI got this question in a national level competition.The question is from Using Server-Side Prepared Statements topic in chapter MySQL Programs Using C of MySQL |
|
Answer» CORRECT OPTION is (c) CHARSET To explain I WOULD say: ‘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. |
|