InterviewSolution
Saved Bookmarks
| 1. |
How to find the number of rows in DB2 tables? |
|
Answer» The user can find the number of ROWS in the DB2 TABLES by USING the SELECT COUNT (*) on the DB2 query. This question has always been a center of the discussion in db2 Interview Questions. |
|