To enclose strings in Search Specification Expressions, we have to use
-
a) Single quotes
-
b) Double quotes
-
c) Bracket
-
d) None
B
Correct answer
Explanation
In Siebel Search Specification expressions, string literals must be enclosed in double quotation marks (e.g., "[Last Name] = 'Smith'" where the search spec itself might be wrapped in double quotes in configuration, or single quotes for literal values inside the spec. However, standard Siebel search specifications use double quotes to enclose the entire string literal in configurations). The correct Siebel syntax requires double quotes for string literals in search specifications.