YOU WANT TO MAKE THE ORDER IN WHICH SORTED NAMES ARE RETURNED INDEPENDENT OF WHETHER THE NAMES INCLUDE ACCENTED CHARACTERS, UPPER- AND LOWERCASE CHARACTERS, PUNCTUATION MARKS, OR SPACES

13. You want to make the order in which sorted names are returned independent

of whether the names include accented characters, upper- and lowercase

characters, punctuation marks, or spaces. How can you do this? (Choose the

best answer.)

A. Set the sort order to GENERIC_BASELETTER, which will ignore such

variations.

B. Use the _AI and _CI versions of any of the supported sort orders.

C. Use the Locale Builder to design a custom sort order.

D. This cannot be done.

Self Test Answers