Hello,
so DB2 doesn't keep track of the row count of every table, for performance reason. So there is no "easy" method to extract this information with a direct query, but you have to make the assumption that an empty table does not fill any page.
Thank you for your reply,
Valerio