IBM
C2090-305 · Question #57
You are evaluating a Price column in an DB2 database and need to identify whether the lowest value in the column is less than 10.00. What steps are needed to evaluate this condition?
The correct answer is A. Create a rule definition: min(Price) < 10.00. See the full explanation below for the reasoning.
Question
You are evaluating a Price column in an DB2 database and need to identify whether the lowest value in the column is less than 10.00. What steps are needed to evaluate this condition?
Options
- ACreate a rule definition: min(Price) < 10.00;
- BCreate a rule definition: minimum(Price) < 10.00;
- CCreate a rule definition:
- DCreate a rule definition:
How the community answered
(37 responses)- A76% (28)
- B14% (5)
- C5% (2)
- D5% (2)
Community Discussion
No community discussion yet for this question.