InterviewSolution
Saved Bookmarks
| 1. |
What is a synonym for CHARACTER SET?(a) CSET(b) CHSET(c) CHARSET(d) CHCSET |
|
Answer» Right choice is (c) CHARSET To elaborate: ‘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. |
|