In a design situation, there are multiple character sets that can properly encode your data.
Which three should influence your choice of character set?
A.
Disk usage when storing data
B.
Syntax when writing queries involving JOINS
C.
Comparing the encoded data with similar columns on other tables
D.
Memory usage when working with the data
E.
Character set mapping index hash size
答案:CDE