InterviewSolution
Saved Bookmarks
| 1. |
How to find the maximum value in a column in the DB2 database? |
|
Answer» A user can FIND the maximum VALUE in a column by USING SELECT MAX(...)..in DB2 query. |
|