InterviewSolution
Saved Bookmarks
| 1. |
What is generally used as a synonym for CHARACTER SET?(a) CSET(b) CHSET(c) CHARSET(d) CHCSET |
|
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. |
|