|
It should be D
最初由 fdmiy 发布
[B]QUESTION NO: 140
Your database is currently configured with the database character set to WEBIS08859P1
and national character set to AL16UTF16.
Business requirements dictate the need to expand language requirements beyond the
current character set, for Asian and additional Western European languages, in the form
of customer names and addresses.
Which solution saves space storing Asian characters and maintains consistent character
manipulation performance?
A. Use SQL CHAR data types and change the database character set to UTF8.
B. Use SQL NCHAR data types and change the national character set to UTF8.
C. Use SQL CHAR data types and change the database character set to AL32UTF8.
D. Use SQL NCHAR data types and keep the national character set to AL16UTF16.
Answer: C
i think the correct answer is B, not confirmed [/B] |
|