A user can find the maximum value in a column by using SELECT MAX(...)..in DB2 query.
SELECT MAX(...)