Multiple choice technology programming languages

select all the valid values for collation

  1. sqlupper

  2. sqlvarchar

  3. exact

  4. mvr

  5. truncate

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

Valid collation values in Cache ObjectScript are sqlupper (case-insensitive comparison), exact (case-sensitive exact match), and mvr (numeric range). Sqlvarchar and truncate are not valid collation values in the system. Collation determines how string comparison and sorting operations are performed.