Multiple choice technology

To enclose field names in Search Specification Expressions, we have to use

  1. a) Single quotes

  2. b) Double quotes

  3. c) Bracket

  4. d) None

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

In Siebel Search Specification expressions, field names must be enclosed in brackets [FieldName]. Single quotes are for string literals, double quotes have specific uses, and brackets uniquely identify field references in the expression syntax.