CompTIA Data+ (DA0-001) — Question 36
Which of the following data manipulation techniques is an example of a logical function?
Answer options
- A. WHERE
- B. AGGREGATE
- C. BOOLEAN
- D. IF
Correct answer: D
Explanation
The correct answer is D, IF, as it is a logical function that evaluates conditions and returns values based on whether those conditions are true or false. The other options, such as WHERE and AGGREGATE, are not specifically logical functions, and BOOLEAN is a data type rather than a manipulation technique.