InterviewSolution
Saved Bookmarks
| 1. |
What is a synonym for CHARACTER SET?(a) CSET(b) CHSET(c) CHARSET(d) CHCSETThis question was posed to me in homework.Query is from Principles of Preventive Maintenance in division Database Maintenance, Backups and Replication of MySQL |
|
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. |
|