Multiple choice technology

Find the true statements In Sort Specification Property

  1. a) A list of field names is comma-separated.

  2. b) Include (DESCENDING) or (DESC) after the field name to sort that field in descending order

  3. c) The field name in specified in square brackets

  4. d) None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Sort Specification property, field names are listed as comma-separated values (e.g., 'Name, City, State'). This is the correct syntax. Option B is false because descending requires (DESCENDING) not just (DESC) - Siebel requires the full word. Option C is false because field names are NOT in square brackets - that syntax is for business component fields in other contexts. Option D 'None' is false because A is true.