Tableau Desktop Certified Professional — Question 118
Which string function return a Boolean value as a result?
Answer options
- A. FIND
- B. STARTSWITH
- C. CHAR
- D. UPPER
Correct answer: B
Explanation
The function STARTSWITH checks if a string begins with a specified substring, returning a Boolean value. In contrast, FIND searches for a substring and returns its position, CHAR generates a character based on an ASCII code, and UPPER converts a string to uppercase, none of which return a Boolean result.