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?

A.
Create a rule definition: min(Price) < 10.00; Save; Create data rule and bind Price to the
DB2 table’s column.
B.
Create a rule definition: minimum(Price) < 10.00; Save; Create data rule and bind Price
to the DB2 table’s column.
C. table’s column; Set Database function to minimum.
Create a rule definition: Price < 10.00; Save; Create data rule and bind Price to the DB2
D.
Create a rule definition: min(Price) < 10.00; Save; Create data rule and bind Price to the
DB2 table’s column; Set Database Options to DB2.
A
0
0